473,795 Members | 2,867 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Apache startup warnings -PHP 5.1.0-dev

Apache/2.0.53 RHE3 WS
PHP 5.1.0-dev --enable-debug
libxml 2.6.20

Hey,

I decided to give the latest PHP5 a try since it's including some
updates I really need (PDO_SqLite, Soap, etc yayy) and after having to
upgrade libxml I'm getting the following warning when performing a
graceful restart with Apache.

Cannot load /usr/lib/apache/libphp5.so into server:
/usr/lib/apache/libphp5.so: undefined symbol: xmlResetError

The build etc seemingly works fine so far, and I only get this error
message when doing a graceful restart, not with a start/stop.

I've done a similar build with 5.0.3 with no warnings.

Anyone have a clue as to how I can debug this or what could be the cause?

Sep 7 '05 #1
2 2936
On Wed, 07 Sep 2005 23:46:45 +0000, dchisolm wrote:
I decided to give the latest PHP5 a try since it's including some
updates I really need (PDO_SqLite, Soap, etc yayy) and after having to
upgrade libxml I'm getting the following warning when performing a
graceful restart with Apache.

Cannot load /usr/lib/apache/libphp5.so into server:
/usr/lib/apache/libphp5.so: undefined symbol: xmlResetError


Not with me

[Thu Sep 08 08:45:33 2005] [notice] SIGHUP received. Attempting to restart
[Thu Sep 08 08:45:33 2005] [notice] Apache/2.0.54 (Unix) PHP/5.1.0RC1 configured
-- resuming normal operations

I'm running FC3, fully updated.
--
http://www.mgogala.com

Sep 8 '05 #2
Mladen Gogala wrote:
On Wed, 07 Sep 2005 23:46:45 +0000, dchisolm wrote:

I decided to give the latest PHP5 a try since it's including some
updates I really need (PDO_SqLite, Soap, etc yayy) and after having to
upgrade libxml I'm getting the following warning when performing a
graceful restart with Apache.

Cannot load /usr/lib/apache/libphp5.so into server:
/usr/lib/apache/libphp5.so: undefined symbol: xmlResetError

Not with me

[Thu Sep 08 08:45:33 2005] [notice] SIGHUP received. Attempting to restart
[Thu Sep 08 08:45:33 2005] [notice] Apache/2.0.54 (Unix) PHP/5.1.0RC1 configured
-- resuming normal operations

I'm running FC3, fully updated.


What version of libxml2 do you have installed?
Sep 9 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3233
by: Harry | last post by:
Since yesterday, when I try and start apache, I get the following message: Warning: PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_mysql.dll' - the specified procedure could not be found. I am running PHP 5.0 on Apache 2 and have been for some time. I got this error when I first installed PHP5/Apache2 on this machine (a
2
2007
by: Randell D. | last post by:
Folks, I've never implemented a secure server before - and I now have a project for it - It will be an Apache 1.3 environment tuned with PHP and MySQL - and I'd appreciate any comments/advice/note from folk who have done similar. I have my application working fine in a non-SSL environment and believe the switch-over should not be too difficult. But... Can someone confirm the following:
1
4375
by: Kim Gijung | last post by:
Hi all, I'm wondering how the apache server and php interepreter handles request. If one request comes to apache server what is next procedure? if apache server passes the request to php interepreter and php interepreter handles? what if 10 requests comes at same time? apache server forks 10 php interepreter? or php interepreter makes 10 threads for each request?
18
1710
by: Randell D. | last post by:
Folks, This must get asked reasonably often however I've had tried viewing groups.google.com and the apache/php web pages and not found a specific answer. Basically, is Apache 2 officially supported with PHP, and if so, which version of PHP? The last I heard the PHP website had Apache 2 with PHP4 running for
3
3222
by: genenamg | last post by:
Hi, I am trying to run and configure Apache 2.0, php 5 and mysql on win xp professional - this is the first time I have tried to install and configure all three. I am having difficulty trying to configure them on my computer. Can somebody help me - this is what I have done so far. Installed Apache 2.0, it worked perfectly ( I checked with my browser - http://localhost) till the point where I started to point where I
5
5697
by: voronwae | last post by:
Hi folks. Either I'm missing something really obvious (most likely) or I'm missing something really subtle. I've been building up a machine as an IMP webmail server, with php 5.1.2, cyrus-sasl, openldap, imap, fileinfo, mod_perl, sqlite, horde, Berkeley DB and PostgreSQL, among others, on top of an old Potatoe machine that was already alive and in production so I just went with it. Everything worked great up until the installation of...
3
2145
by: php-newbe | last post by:
I have installed Apache2.2 (C:\Program Files\Apache Software Foundation\Apache2.2) and it works.. Then I have installed php5 (c:\php) To configure Apache to use php as the Apache Module I did the following: Renamed the file php.ini-recommended to php.ini and moved it in c:\windows\ Copied file php5ts.dll and moved it to c:\windows\system
2
1546
by: Deane | last post by:
Is it possible to *set* Apache credentials via PHP? I know you can read Apache credentials from PHP, but I want PHP to tell Apache that a session is authenticated. Essentially, I want to do with an HTML form what Apache accomplishes with a pop-up window. Why? Because in addition to authenticating them, I need some other information, and having (1) a pop-up window that auths them to Apache, then (2) an HTML form to capture the...
1
2621
by: Joel Fireman | last post by:
Help Needed: Upgrade Fedora 4 / Apache 2 to PHP 5.2.x from 5.0.4 I've been testing Joomla as a content manager for the County offices, and it looks pretty good. Unfortunately, I decided to upgrade it from the 1.0.13 version to 1.5 as we get ready to go live with the web site... and the update installation gives an error in XML processing, which seems (from what I've been able to dredge up in forum discussions) to stem from a known bug in...
0
9522
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10448
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10217
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10167
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7544
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6784
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5440
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5566
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2922
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.