472,984 Members | 2,123 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,984 software developers and data experts.

Cannot "make install" with 4.3.3RC4 on HP-UX 11.00

Hello!

I'm having problems getting PHP 4.3.3RC4 successfully to install on my
HP-UX 11.00 server.

After a (successfull?) compile, "make install" errors out with this error
message:

################################################## ################################################## #########

Installing PHP CLI binary: /opt/php/bin/
Installing PHP CLI man page: /opt/php/man/man1/
Installing PHP SAPI module: apache2handler
/opt/apache2/build/instdso.sh SH_LIBTOOL='/opt/apache2/build/libtool' libphp4.la /opt/apache2/modules
/opt/apache2/build/libtool --mode=install cp libphp4.la /opt/apache2/modules/
cp .libs/libphp4.lai /opt/apache2/modules/libphp4.la
cp .libs/libphp4.a /opt/apache2/modules/libphp4.a
ranlib /opt/apache2/modules/libphp4.a
chmod 644 /opt/apache2/modules/libphp4.a
libtool: install: warning: remember to run `libtool --finish /root/admin/src/php-4.3.3RC4/libs'
Warning! dlname not found in /opt/apache2/modules/libphp4.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /opt/apache2/modules/libphp4.so
chmod: can't access /opt/apache2/modules/libphp4.so
apxs:Error: Command failed with rc=65536
..
*** Error exit code 1

Stop.

################################################## ################################################## #########

You can see the whole "make" log at
http://email-server.info/~askwar/stuff/PHP_MakeLog.txt

/opt/apache2 contains the Apache 2.0.47 installation.

root_s08nfs:/root/admin/depots/ > ls -la /opt/apache2/modules/
total 7074
drwxr-xr-x 2 root sys 96 Aug 21 12:32 .
drwxr-xr-x 15 root sys 1024 Aug 21 07:21 ..
-rw-rw-r-- 1 vz6tml pcei 8131 Aug 21 07:21 httpd.exp
-rw-r--r-- 1 root sys 3609588 Aug 21 12:32 libphp4.a
-rw-rw-r-- 1 root sys 2097 Aug 21 12:32 libphp4.la

I'm wondering - why does "make install" (or rather apxs) look for
libphp4.so? In HP-UX, shared library files have the extension .sl, not .so
(that's Linux). And also - why was no libphp4.sl compiled at all?

To configure PHP, I used the following configure "caller":

################################################## ################################################## #########

#!/bin/sh

INST_DIR=/opt/php

CC=/usr/local/bin/gcc
CFLAGS=-O6
CPPFLAGS="$CFLAGS -I/opt/gmp/include"
LDFLAGS=-L/opt/gmp/lib
export CC CFLAGS CPPFLAGS LDFLAGS

PATH=/usr/local/bin:$PATH
export PATH

apache2=/opt/apache2

../configure \
--prefix=$INST_DIR \
\
--with-apxs2filter=${apache2}/bin/apxs \
--with-apxs2=${apache2}/bin/apxs \
\
--with-openssl \
\
--with-zlib \
--enable-bcmath \
--with-bz2 \
--enable-calendar \
--with-curl \
\
--enable-dba \
--with-gdbm \
--with-inifile \
--with-flatfile \
\
--enable-dbase \
--enable-dbx \
--enable-exif \
--enable-ftp \
\
--with-gd=/opt/gd2 \
--with-ttf \
--enable-gd-native-ttf \
--enable-gd-jis-conv\
\
--with-gettext \
--with-gmp=/opt/gmp \
--with-iconv \
--with-java=/opt/java1.4 \
--with-mhash \
--with-mime-magic \
--with-mysql \
--with-recode \
--enable-shmop \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-yp \
\
--enable-memory-limit

################################################## ################################################## #########

Thanks a lot,

Alexander Skwar
--
die_if_kernel("Penguin instruction from Penguin mode??!?!", regs);
2.2.16 /usr/src/linux/arch/sparc/kernel/traps.c
Jul 16 '05 #1
0 2703

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: niku | last post by:
Hello all. I'm trying to get mysql installed on OpenBSD 3.4. Unfortunately, it appeares that the port only installes the mysql-client, and one needs to install the -server package seperately. This...
2
by: bredal Jensen | last post by:
It will go ahead and configure IIS to use asp.net 2.0 for your existing asp.net sites resulting in the fact that you can no longer debug your asp.net v1.1.4... applications with visual studio.net...
0
by: Christian Blackburn | last post by:
Hi Gang, I've written my installer and there's quite a few things I can't figure out how to do with it :). This was the same reason I started using InnoSetup with VB6 (works great by the way...
5
by: funkyj | last post by:
I love pexpect because it means I may never have to use expect again (I don't do any heavy expect lifting -- I just need simple tty control)! As a python advocate I find it embarassing how...
1
by: HermannJens | last post by:
im trying to install a module. The directions for installing modules say: download the file, extract it, put the file under "c:/perl/lib/module-here" go to "cmd" type there: perl makefile.pl...
0
by: Yang Zhang | last post by:
All the site-packages/*.so files get copied to the directory specified in my ~/.pydistutils.cfg instead of lib-dynload under the prefix dir, then proceeds to chmod 755 all the files in that...
4
by: Eric West | last post by:
First, thanks for taking the time to read this message. I am trying to build a LAMP stack for the first time, and have encountered the following problem: CentOS 4.3 mysql 4.1.20 apache 2.2.3...
4
by: inetquestion | last post by:
php has been configured with the following two configure lines and core's during "make install" on the PEAR section. Is there something simple i'm missing? Any help would be appreciated. ...
2
by: fartknuckle | last post by:
When I try to build and install python from source It configures and makes fine but upon 'make install' I always get to this point: Listing /usr/local/lib/python2.5/xml/sax ... Compiling...
2
by: bsagert | last post by:
I downloaded Mark Pilgrims's feedparser.py in a zipfile to my Windows machine, unzipped it and tried to install it to no avail. Here is the result => C:\>python...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.