Re: [PHP] URGENT : PHP install error on Solaris 7

2002-01-16 Thread Dennis Moore

What is in line 205?  It looks as though you are dynamically loading PHP.
Are you compiling with --with-apxs in PHP?Just a thought...

/dkm


- Original Message -
From: R'twick Niceorgaw [EMAIL PROTECTED]
To: php general [EMAIL PROTECTED]
Sent: Wednesday, January 16, 2002 12:03 PM
Subject: [PHP] URGENT : PHP install error on Solaris 7


 Hi all,
 I have a Sparc Solaric 7 system on which I'm trying to install php 4.0.6.
 the installation works fine. But, when I try to restart Apache I get the
 following error. I have Apache 1.3.22

 Has any one experienced the same problem ? Or any fix to this ? I'm not a
 unix guy so have no idea as to what this error means.

 ANy help will be greatly appreciated :)

 Erro msg

 ==apachectl configtest
 Syntax error on line 205 of /usr/apache/conf/httpd.conf:
 Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
 /usr/apache/bin
 /httpd: fatal: relocation error: file /usr/apache/libexec/libphp4.so:
symbol
 ap_block_alarms: referenced symbol not found

 -
 R'twick Niceorgaw ( [EMAIL PROTECTED] )
 http://www.niceorgaw.com

 98C Cedar Lane
 Highland Park, NJ 08904
 USA
 732-246-1434 (R)
 732-801-3826 (M)
 -









 --
 PHP General 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 General 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]




Re: [PHP] URGENT : PHP install error on Solaris 7

2002-01-16 Thread R'twick Niceorgaw

Hi dennis,
yes i'm using dynamic loading of PHP using --with-apxs

line 205 is

LoadModule /usr/apache/libexec/libphp4.so

I can install php on solaris 8 on an intel (x86) machine using the same
source code without any problem.

I have gcc 2.95 on the intel machine where as gcc 3.0.1 on the sparc
machine. could that be causing any problem ?





- Original Message -
From: Dennis Moore [EMAIL PROTECTED]
To: R'twick Niceorgaw [EMAIL PROTECTED]; php general
[EMAIL PROTECTED]
Sent: Wednesday, January 16, 2002 1:56 PM
Subject: Re: [PHP] URGENT : PHP install error on Solaris 7


 What is in line 205?  It looks as though you are dynamically loading PHP.
 Are you compiling with --with-apxs in PHP?Just a thought...

 /dkm


 - Original Message -
 From: R'twick Niceorgaw [EMAIL PROTECTED]
 To: php general [EMAIL PROTECTED]
 Sent: Wednesday, January 16, 2002 12:03 PM
 Subject: [PHP] URGENT : PHP install error on Solaris 7


  Hi all,
  I have a Sparc Solaric 7 system on which I'm trying to install php
4.0.6.
  the installation works fine. But, when I try to restart Apache I get the
  following error. I have Apache 1.3.22
 
  Has any one experienced the same problem ? Or any fix to this ? I'm not
a
  unix guy so have no idea as to what this error means.
 
  ANy help will be greatly appreciated :)
 
  Erro msg
 
  ==apachectl configtest
  Syntax error on line 205 of /usr/apache/conf/httpd.conf:
  Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
  /usr/apache/bin
  /httpd: fatal: relocation error: file /usr/apache/libexec/libphp4.so:
 symbol
  ap_block_alarms: referenced symbol not found
 

 -
  R'twick Niceorgaw ( [EMAIL PROTECTED] )
  http://www.niceorgaw.com
 
  98C Cedar Lane
  Highland Park, NJ 08904
  USA
  732-246-1434 (R)
  732-801-3826 (M)

 -
 
 
 


 --
--
 


  --
  PHP General 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 General 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]




RE: [PHP] URGENT : PHP install error on Solaris 7

2002-01-16 Thread Maciej Uhlig

looks like a PHP bug... maybe you'd like to check the following bug history
and try Jani's suggestion:

http://bugs.php.net/bug.php?id=13023

Maciek

 -Original Message-
 From: R'twick Niceorgaw [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 16, 2002 7:52 PM
 To: php general
 Subject: Re: [PHP] URGENT : PHP install error on Solaris 7


 Hi dennis,
 yes i'm using dynamic loading of PHP using --with-apxs

 line 205 is

 LoadModule /usr/apache/libexec/libphp4.so

 I can install php on solaris 8 on an intel (x86) machine using the same
 source code without any problem.

 I have gcc 2.95 on the intel machine where as gcc 3.0.1 on the sparc
 machine. could that be causing any problem ?





 - Original Message -
 From: Dennis Moore [EMAIL PROTECTED]
 To: R'twick Niceorgaw [EMAIL PROTECTED]; php general
 [EMAIL PROTECTED]
 Sent: Wednesday, January 16, 2002 1:56 PM
 Subject: Re: [PHP] URGENT : PHP install error on Solaris 7


  What is in line 205?  It looks as though you are dynamically
 loading PHP.
  Are you compiling with --with-apxs in PHP?Just a thought...
 
  /dkm
 
 
  - Original Message -
  From: R'twick Niceorgaw [EMAIL PROTECTED]
  To: php general [EMAIL PROTECTED]
  Sent: Wednesday, January 16, 2002 12:03 PM
  Subject: [PHP] URGENT : PHP install error on Solaris 7
 
 
   Hi all,
   I have a Sparc Solaric 7 system on which I'm trying to install php
 4.0.6.
   the installation works fine. But, when I try to restart
 Apache I get the
   following error. I have Apache 1.3.22
  
   Has any one experienced the same problem ? Or any fix to this
 ? I'm not
 a
   unix guy so have no idea as to what this error means.
  
   ANy help will be greatly appreciated :)
  
   Erro msg
  
   ==apachectl configtest
   Syntax error on line 205 of /usr/apache/conf/httpd.conf:
   Cannot load /usr/apache/libexec/libphp4.so into server: ld.so.1:
   /usr/apache/bin
   /httpd: fatal: relocation error: file /usr/apache/libexec/libphp4.so:
  symbol
   ap_block_alarms: referenced symbol not found
  
 
 
 -
   R'twick Niceorgaw ( [EMAIL PROTECTED] )
   http://www.niceorgaw.com
  
   98C Cedar Lane
   Highland Park, NJ 08904
   USA
   732-246-1434 (R)
   732-801-3826 (M)
 
 
 -
  
  
  
 
 
 
 --
 --
  
 
 
   --
   PHP General 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 General 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 General 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]