Operating System - HP-UX
1846627 Members
2324 Online
110256 Solutions
New Discussion

Re: error php installation

 
Athaur Rahman
New Member

error php installation

Greetings

We are trying to install apache-php-mysql in hp-ux 11.23 for past few days . We are really stuck and no way to move ahead. The error messages are below, kindly give your opinion

Error:

# ./configure --prefix=/usr/local/php4
--with-apxs2=/usr/local/apache2/bin/apxs --with-zlib=shared,/opt/zlib
--with-mysql=/opt/iexpress/mysql --without-lz

# ./configure --prefix=/opt/php522 --with-apx2=/opt/apache2059/bin/apxs

# ./configure --prefix=/opt/apache229 --enable-so # gmake ERROR

./configure --prefix=/opt/apache228 --enable-so gmake ERROR

# ./configure --prefix=/opt/apache2063 --enable-so # gmake OK # gmake
install OK # chown -R root:sys /opt/apache2063 # vi
/opt/apache2063/conf/httpd.conf User www Group WWW # bin/apachectl -k start
# ps -ef | grep http OK



# ./configure --prefix=/opt/php526 --with-apxs2=/opt/apache2063/bin/apxs
OK
# gmake
.....
.....
ERROR
ld: Unsatisfied symbol "php_ob_gzhandler_check" in file main/.libs/output.o
1 errors.
collect2: ld returned 1 exit status
gmake: *** [sapi/cli/php] Error 1



# ./configure --prefix=/opt/php522 --with-apxs2=/opt/apache2063/bin/apxs
--with-zlib=/opt/zlib
OK
# gmake
.....
.....
ERROR
ld: Unsatisfied symbol "executor_globals" in file ext/standard/.libs/info.o
ld: Unsatisfied symbol "sapi_globals" in file ext/zlib/.libs/zlib.o
ld: Unsatisfied symbol "output_globals" in file ext/zlib/.libs/zlib.o
ld: Unsatisfied symbol "core_globals" in file ext/zlib/.libs/zlib.o
4 errors.
collect2: ld returned 1 exit status
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: error php installation

Shalom,

Two choices:

Change the source code to work with HP-UX.

Visit http://software.hp.com

search for apache or hpws (hp web suite).

Pick your LAMP poison, download it and do a simple depot install.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Athaur Rahman
New Member

Re: error php installation

Thank you , but will that supports pdflib and glib ( gzip ) ?

thanks again
Grayh
Trusted Contributor

Re: error php installation

Fairly simple to fix:
install ncurses (and the devel package if
needed)
Athaur Rahman
New Member

Re: error php installation

Sorry, I dont get it Vamsi .... could you pls furnish me with more information