Re: error loading php5.so

2007-04-04 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kevin Kinsey wrote:
 Joe Auty wrote:
 # apachectl start Syntax error on line 273 of
 /usr/local/etc/apache2/httpd.conf: Cannot load
 /usr/local/libexec/apache2/libphp5.so into server:
 /usr/local/libexec/apache2/libphp5.so: Undefined symbol
 __res_ninit

 This is occurring under FBSD 6.2 running the latest versions
 of Apache/PHP
 Possibly looks as if PHP is unaware of Apache's existence? (or
 at least it was at time of compile). How did you do the
 upgrade?


 Just via a simple portupgrade... doing a:

 portupgrade -f php5

 Does not correct this problem (although it does create a new
 libphp5.so). Any further ideas?

 Well, I'm not absolutely certain of anything.  I'd make sure that
 make config under /usr/ports/lang/php5 indicated Apache module
 was to be built, and do something more like -rR php5 instead of
 -f.  Did you add new extensions to php at the time of this
 build, also?

 ??,

 Kevin Kinsey

I did not manually add any extensions... In fact, this error persists
even with all of my extensions commented out in my extensions.ini
file. Could this be connected to the major gettext upgrade?


I'm doing a portupgrade -rRf php5 as we speak (this will take a good
while to complete on this slower computer).

Thanks again for your help!


- --
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGE81CCgdfeCwsL5ERAjRIAKCblUt5Wicoq0PqptRm50BlBnPVDgCffGQd
BjiwVOBtOvsrkrX1wMjeEZI=
=gFML
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error loading php5.so

2007-04-04 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joe Auty wrote:
 Kevin Kinsey wrote:
 Joe Auty wrote:
 # apachectl start Syntax error on line 273 of
 /usr/local/etc/apache2/httpd.conf: Cannot load
 /usr/local/libexec/apache2/libphp5.so into server:
 /usr/local/libexec/apache2/libphp5.so: Undefined symbol
 __res_ninit

 This is occurring under FBSD 6.2 running the latest
 versions of Apache/PHP
 Possibly looks as if PHP is unaware of Apache's existence?
 (or at least it was at time of compile). How did you do the
 upgrade?

 Just via a simple portupgrade... doing a:

 portupgrade -f php5

 Does not correct this problem (although it does create a new
 libphp5.so). Any further ideas?
 Well, I'm not absolutely certain of anything.  I'd make sure that
  make config under /usr/ports/lang/php5 indicated Apache module
  was to be built, and do something more like -rR php5 instead
 of -f.  Did you add new extensions to php at the time of this
  build, also?

 ??,

 Kevin Kinsey

 I did not manually add any extensions... In fact, this error
 persists even with all of my extensions commented out in my
 extensions.ini file. Could this be connected to the major gettext
 upgrade?


 I'm doing a portupgrade -rRf php5 as we speak (this will take a
 good while to complete on this slower computer).



Okay, doing the portupgrade -rRf php5 has resolved this issue. I'm not
sure as to what it was, but for now I suppose I can be content in just
having it working since this is not a production machine.

Thanks for all your help!


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGFA5xCgdfeCwsL5ERAgocAJ9jld7nxkgOp3Qz0146+dNwlZzr8wCeNiKp
QQIhqksZD9BNWpsvJJ9Rjxs=
=K0Ma
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error loading php5.so

2007-04-03 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Kevin Kinsey wrote:
 Joe Auty wrote:

 # apachectl start Syntax error on line 273 of
 /usr/local/etc/apache2/httpd.conf: Cannot load
 /usr/local/libexec/apache2/libphp5.so into server:
 /usr/local/libexec/apache2/libphp5.so: Undefined symbol
 __res_ninit

 This is occurring under FBSD 6.2 running the latest versions of
 Apache/PHP

 Possibly looks as if PHP is unaware of Apache's existence? (or at
 least it was at time of compile). How did you do the upgrade?


Just via a simple portupgrade... doing a:

portupgrade -f php5

Does not correct this problem (although it does create a new
libphp5.so). Any further ideas?

- --
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGEqOACgdfeCwsL5ERAjxfAJoDH2nnK1T3yH6PsHtEYlVwW2RPBACgjtJz
mv42QoL76+kHw4AJwZLUOJo=
=iz/w
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error loading php5.so

2007-04-03 Thread Kevin Kinsey

Joe Auty wrote:

# apachectl start Syntax error on line 273 of
/usr/local/etc/apache2/httpd.conf: Cannot load
/usr/local/libexec/apache2/libphp5.so into server:
/usr/local/libexec/apache2/libphp5.so: Undefined symbol
__res_ninit

This is occurring under FBSD 6.2 running the latest versions of
Apache/PHP

Possibly looks as if PHP is unaware of Apache's existence? (or at
least it was at time of compile). How did you do the upgrade?



Just via a simple portupgrade... doing a:

portupgrade -f php5

Does not correct this problem (although it does create a new
libphp5.so). Any further ideas?


Well, I'm not absolutely certain of anything.  I'd make sure
that make config under /usr/ports/lang/php5 indicated Apache
module was to be built, and do something more like -rR php5
instead of -f.  Did you add new extensions to php at the
time of this build, also?

??,

Kevin Kinsey
--
I don't have an eating problem.  I eat.
I get fat.  I buy new clothes.  No problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


error loading php5.so

2007-04-02 Thread Joe Auty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anybody see this error before?

# apachectl start
Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/libphp5.so into server:
/usr/local/libexec/apache2/libphp5.so: Undefined symbol __res_ninit


This is occurring under FBSD 6.2 running the latest versions of Apache/PHP

- --
Joe Auty
NetMusician: web publishing software for musicians
http://www.netmusician.org
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGEUsiCgdfeCwsL5ERAoSOAJ4rMtiZ0HMUIZYvtLzLg4D/cj5hgQCfb8Us
gUokor6Xt50UcU8GgfGMojU=
=odrU
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error loading php5.so

2007-04-02 Thread Kevin Kinsey

Joe Auty wrote:


# apachectl start
Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/libphp5.so into server:
/usr/local/libexec/apache2/libphp5.so: Undefined symbol __res_ninit

This is occurring under FBSD 6.2 running the latest versions of Apache/PHP


Possibly looks as if PHP is unaware of Apache's 
existence? (or at least it was at time of compile). How did 
you do the upgrade?



Kevin Kinsey
--
First rule of public speaking.
First, tell 'em what you're goin' to tell 'em;
then tell 'em;
then tell 'em what you've tole 'em.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]