You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ba...@mediageneral.com on 2003/04/02 22:32:12 UTC

[users@httpd] Problem finding lib files for ssl

I now get this error message when trying to do the make
gcc -c  -I../os/unix -I../include   -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_mm.c
rm -f libap.a
ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o
ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o
ap_ebcdic.o ap_strtol.o ap_hook.o ap_ctx.o ap_mm.o
ranlib libap.a
<=== src/ap
===> src/main
gcc -c  -I../os/unix -I../include   -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI
-DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` gen_test_char.c
gcc  -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI -DUSE_EXPAT -I../lib/expat-lite
-DNO_DL_NEEDED `../apaci` -L/usr/local/ssl/lib  -o gen_test_char
gen_test_char.o  -lsocket -lnsl -lpthread  -lssl -lcrypto
./gen_test_char >test_char.h
ld.so.1: ./gen_test_char: fatal: libssl.so.0.9.6: open failed: No such file
or directory
Killed
make[3]: *** [test_char.h] Error 137
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/opt/apache_1.3.27/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/opt/apache_1.3.27'
make: *** [build] Error 2

BTW - the libssl.so.0.9.6 is in the /usr/local/ssl/lib directory - and I did
install flex

Thanks,
Bobbie

Bobbie Atristain

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Problem finding lib files for ssl

Posted by "John P. Dodge" <do...@cruciate.ca.boeing.com>.
Try setting /usr/local/ssl/lib in LD_LIBRARY_PATH or SHLIB_PATH.

On Wed, 2 Apr 2003 batristain@mediageneral.com wrote:

> I now get this error message when trying to do the make
> gcc -c  -I../os/unix -I../include   -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI
> -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` ap_mm.c
> rm -f libap.a
> ar cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o
> ap_signal.o ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o
> ap_ebcdic.o ap_strtol.o ap_hook.o ap_ctx.o ap_mm.o
> ranlib libap.a
> <=== src/ap
> ===> src/main
> gcc -c  -I../os/unix -I../include   -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI
> -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED `../apaci` gen_test_char.c
> gcc  -DSOLARIS2=290 -DMOD_SSL=208114 -DEAPI -DUSE_EXPAT -I../lib/expat-lite
> -DNO_DL_NEEDED `../apaci` -L/usr/local/ssl/lib  -o gen_test_char
> gen_test_char.o  -lsocket -lnsl -lpthread  -lssl -lcrypto
> ./gen_test_char >test_char.h
> ld.so.1: ./gen_test_char: fatal: libssl.so.0.9.6: open failed: No such file
> or directory
> Killed
> make[3]: *** [test_char.h] Error 137
> make[2]: *** [subdirs] Error 1
> make[2]: Leaving directory `/opt/apache_1.3.27/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/opt/apache_1.3.27'
> make: *** [build] Error 2
>
> BTW - the libssl.so.0.9.6 is in the /usr/local/ssl/lib directory - and I did
> install flex
>
> Thanks,
> Bobbie
>
> Bobbie Atristain
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org