Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Open Source > Linux
|
Linux General discussion of programming the various flavors of Linux operating systems.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Linux section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 7th, 2004, 06:46 AM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to surajmundada
Default undefined symbol: apr_bucket_type_file

Hi,

I have installed PHP 4.3.2 with Apache 1.3.27 on Red Hat Linux 9 machine.

Apache is installed properly. But after I modified httpd.conh in Apache by adding "LoadModule php4_module libexec/libphp4.so", I am getting error that server failed to load the file. Then I searched for libphp4.so in /usr/local/apache/libexec/ and libphp4.so was not there. then i looked for the file on system and found it in /usr/lib/httpd/modules. I copied it into /usr/local/apache/libexec directory and tried to start Apache.

But now, it is giving me following error message:

[root@csweb root]# /usr/local/apache/bin/apachectl start
Syntax error on line 236 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: apr_bucket_type_file
/usr/local/apache/bin/apachectl start: httpd could not be started

What should I do to fix this ?

I also added /usr/lib/httpd/modules in PATH variable.

Regards,

Suraj





Similar Threads
Thread Thread Starter Forum Replies Last Post
relocation error: undefined symbol stat64 d.buxtehude C++ Programming 1 July 12th, 2007 09:00 AM
dual use of the + symbol Martyn JSP Basics 0 February 19th, 2004 07:35 AM
Error-cannot resolve symbol Rusk JSP Basics 1 February 18th, 2004 09:20 AM
apr_bucket_type_file JuNix_DotNet BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 0 June 10th, 2003 11:16 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.