Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gmake error when install apache on aix

Status
Not open for further replies.

lcluser

Technical User
Apr 29, 2004
3
CA
Hello, i'm trying to install apache 2.4.3 but i keep on getting the following error when i execute the 'gmake' command. Could someone tell me what's wrong? thnx

OS - AIX 6100-05-07-1140

error:
/apps/sep.26.2012/httpd-2.4.3/srclib/apr/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -pthread -U__STR__ -D_THREAD_SAFE -D_LARGEFILE64_SOURCE -I. -I/apps/sep.26.2012/httpd-2.4.3/os/unix -I/apps/sep.26.2012/httpd-2.4.3/include -I/apps/sep.26.2012/httpd-2.4.3/srclib/apr/include -I/apps/sep.26.2012/httpd-2.4.3/srclib/apr-util/include -I/usr/include/include -I/apps/sep.26.2012/httpd-2.4.3/srclib/apr-util/xml/expat/lib -I/opt/freeware/include -I/apps/sep.26.2012/httpd-2.4.3/modules/aaa -I/apps/sep.26.2012/httpd-2.4.3/modules/cache -I/apps/sep.26.2012/httpd-2.4.3/modules/core -I/apps/sep.26.2012/httpd-2.4.3/modules/database -I/apps/sep.26.2012/httpd-2.4.3/modules/filters -I/apps/sep.26.2012/httpd-2.4.3/modules/ldap -I/apps/sep.26.2012/httpd-2.4.3/modules/loggers -I/apps/sep.26.2012/httpd-2.4.3/modules/lua -I/apps/sep.26.2012/httpd-2.4.3/modules/proxy -I/apps/sep.26.2012/httpd-2.4.3/modules/session -I/apps/sep.26.2012/httpd-2.4.3/modules/ssl -I/apps/sep.26.2012/httpd-2.4.3/modules/test -I/apps/sep.26.2012/httpd-2.4.3/server -I/apps/sep.26.2012/httpd-2.4.3/modules/arch/unix -I/apps/sep.26.2012/httpd-2.4.3/modules/dav/main -I/apps/sep.26.2012/httpd-2.4.3/modules/generators -I/apps/sep.26.2012/httpd-2.4.3/modules/mappers -prefer-non-pic -static -c ab.c && touch ab.lo
/apps/sep.26.2012/httpd-2.4.3/srclib/apr/libtool --silent --mode=link gcc -std=gnu99 -g -O2 -pthread -Wl,-brtl -L/usr/include/lib -o ab ab.lo -Wl,-uXML_Parse /apps/sep.26.2012/httpd-2.4.3/srclib/apr-util/libaprutil-1.la /apps/sep.26.2012/httpd-2.4.3/srclib/apr-util/xml/expat/libexpat.la -liconv /apps/sep.26.2012/httpd-2.4.3/srclib/apr/libapr-1.la -lpthread -lssl -lcrypto -lpthread -lm
ld: 0711-317 ERROR: Undefined symbol: .BIO_get_callback_arg
ld: 0711-317 ERROR: Undefined symbol: .BIO_set_callback
ld: 0711-317 ERROR: Undefined symbol: .BIO_set_callback_arg
ld: 0711-317 ERROR: Undefined symbol: .SSL_CTX_set_info_callback
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit status
gmake[2]: *** [ab] Error 1
gmake[2]: Leaving directory `/apps/sep.26.2012/httpd-2.4.3/support'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/apps/sep.26.2012/httpd-2.4.3/support'
gmake: *** [all-recursive] Error 1
 
Those are link errors, indicating that you are missing a library function. My guess is you need the development package of one or more dependencies. Based upon the thread listed below, my guess is libcrypto.so or libssl. In particular, given that the last line before the error references libcrypto, I would look into this one more closely. Sorry, I wish I could offer more specific help. See this link:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top