Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Help load PHP 4.3.2 dso module into Apache2

Help load PHP 4.3.2 dso module into Apache2

2003-06-12       - By jason lunsford

 Back
Friends--
Perhaps some of you have tried to load the new PHP 4.3.2 dso module into
Apache2 (2.0.45)?  Even though my configure appears to work:
./configure --with-apxs=/usr/sbin/apxs --with-config-file-path=/etc --with-m
ysql

and my make appears to work, I get the following error after issuing the
make install:
-- ---- ---- ---- ---- ---
Installing PHP SAPI module
/etc/httpd2/build/instdso.sh SH_LIBTOOL='/var/www2/build/libtool' libphp4.la
/usr/lib/apache2
/var/www2/build/libtool --mode=install cp libphp4.la /usr/lib/apache2/
/etc/httpd2/build/instdso.sh: /var/www2/build/libtool: No such file or
directory
apxs: Error: Command failed with rc=8323072
-- ---- ---- ---- ---- --

The instdso.sh file is there, but I can confirm the /var/www2/build/libtool
is indeed missing.  I don't know enough about perl to see if there's
something in the instdso.sh script that I can fix...

What worries me is that I could only find the Apache2 2.0.46 developer tools
as an RPM.  Henri is saying that is it less than a week old.  It is
responsible for all the DSO linking etc., right?  Could I be the unlucky sap
who's finding there a bug somewhere?  :-)

It seems like something is linking to the wrong place or I'm missing another
install somewhere.

Any thoughts?

Also, does anyone have some Apache2 2.0.45 developer tools as a .tar (or
RPM)?  I'm new to linux and am not sure if the RPMs I'm finding are for use
with RedHat or with my version (7.2).

Thanks in advance--
Jason