APACHE + MOD_SSL
Inviato: ven 18 mag 2007, 20:37
buonasera, scusate ma volevo chiedere una cosa riguardo l'installazione del pacchetto mod_ssl con apache 1.3.37
di specifico parlo della compilazione.
a quanto paer all'inizio la configurazione va a buon fine e la faccio nel seguente modo:
./configure --with-apache=../apache_1.3.37/ --with-ssl=../openssl-0.9.8e/ --prefix=/usr/local/apache/
poi dopo quando lancio il make mi da il seguente errore:
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.c:(.text+0x37): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0x98): undefined reference to `dlclose'
dso_dlfcn.c:(.text+0xbf): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.c:(.text+0x141): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x16c): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.c:(.text+0x225): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x250): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.c:(.text+0x4f2): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/pkg/apache_1.3.37/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/pkg/apache_1.3.37'
make: *** [build] Error 2
questo è il problema, che non definisce dlclose... ho cercato su google ma non trovo niente di buono!
spero che voi ne sappiate + di me!
grazie in anticipo!
di specifico parlo della compilazione.
a quanto paer all'inizio la configurazione va a buon fine e la faccio nel seguente modo:
./configure --with-apache=../apache_1.3.37/ --with-ssl=../openssl-0.9.8e/ --prefix=/usr/local/apache/
poi dopo quando lancio il make mi da il seguente errore:
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_load':
dso_dlfcn.c:(.text+0x37): undefined reference to `dlopen'
dso_dlfcn.c:(.text+0x98): undefined reference to `dlclose'
dso_dlfcn.c:(.text+0xbf): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_var':
dso_dlfcn.c:(.text+0x141): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x16c): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_bind_func':
dso_dlfcn.c:(.text+0x225): undefined reference to `dlsym'
dso_dlfcn.c:(.text+0x250): undefined reference to `dlerror'
/usr/pkg/openssl-0.9.8e/libcrypto.a(dso_dlfcn.o): In function `dlfcn_unload':
dso_dlfcn.c:(.text+0x4f2): undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/usr/pkg/apache_1.3.37/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/usr/pkg/apache_1.3.37'
make: *** [build] Error 2
questo è il problema, che non definisce dlclose... ho cercato su google ma non trovo niente di buono!
spero che voi ne sappiate + di me!
grazie in anticipo!