Allen,

The problem is that apache expects a ".so" file and it checks
for that file extension. The hp linker creates ".sl" files.

Rename libs/libphp4.sl to libs/libphp4.so
Then rerun the apxs command which was probably
/opt/apache/bin/apxs -i -a -n php4 libs/libphp4.so

Regards,
Jim Fitz


> -----Original Message-----
> From: qaball [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 12, 2001 7:05 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-INST] HELP!! Error compiling php 4.0.6 on HPUX 11
> 
> 
> When doing the make install under HPUX 11 I get an apxs error:
> 
> apxs:Error: file libs/libphp4.sl is not a DSO
> 
> I've compiled this with different compilers and still get the same
> error.  I really would like to use this as a module and not have to
> compile it into apache.  I even recompiled apache on my test 
> machine to
> no avail.  Has anyone seen this?  Any help would be appreciated.
> 
> Thanks
> Allen
> [EMAIL PROTECTED]
> 
> 
> -- 
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to