[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] PHP4 on a RaQ2 (well, a RaQ3)
- Subject: Re: [cobalt-users] PHP4 on a RaQ2 (well, a RaQ3)
- From: "Patrick Blackburn" <nike@xxxxxxxx>
- Date: Wed May 2 07:28:15 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> Are you sure that the directory doesn't contain both of the files
mentioned
> above? In src/modules/php4 from an install of PHP 4.0.5 on a RaQ2 today I
> see both files.
Started over again, following Jay Summers' install notes to the letter.
Yah, libphp4.a does not get placed into the apache-xxx/src/modules/php4 dir,
I had to copy it over from php-4.0.5/libs. After doing that everything
compiled and worked fine.
However...
Now Apache complains that my mod_perl is garbled:
[root@blue /root]# /etc/rc.d/rc3.d/S75httpd restart
Shutting down Web Service:
Setting up Web Service: Syntax error on line 32 of
/etc/httpd/conf/httpd.conf:
API module structure `perl_module' in file /usr/lib/apache/libperl.so is
garbled - perhaps this is not an Apache module DSO?
/usr/sbin/httpd
Line 32 reads (of course):
LoadModule perl_module /usr/lib/apache/libperl.so
The file exists, and has not been changed during my apache upgrade. Of
course, now PHP4 works fine, but it's not a good trade-off. Any idea on how
to rebuild this module? Did I miss something in class? ;)
-Patrick Blackburn
Sodaware