- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error php installation
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 05:52 AM
08-13-2008 05:52 AM
error php installation
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 06:09 AM
08-13-2008 06:09 AM
Re: error php installation
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 07:01 AM
08-13-2008 07:01 AM
Re: error php installation
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 10:44 AM
08-13-2008 10:44 AM
Re: error php installation
install ncurses (and the devel package if
needed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 04:57 PM
08-13-2008 04:57 PM