php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17909 Undefined symbol "apr_bucket_type_file
Submitted: 2002-06-21 15:29 UTC Modified: 2002-06-22 08:36 UTC
From: frodo at chatfree dot org Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.2.1 OS: Freebsd
Private report: No CVE-ID: None
 [2002-06-21 15:29 UTC] frodo at chatfree dot org
hm, is this that hard (talking about FreeBSD)?

# (cd /usr/ports/www/mod_php4 && make install)

Please, be more specific in your description of the problem.
Also, as always, the documentation source is available, and patches are
welcome.
[21 Jun 2:34pm] rasmus@php.net 
This is not a bug report - if you feel the need to gripe, do so on the
mailing lists like everyone else.
[21 Jun 3:24pm] frodo@chatfree.org 
I added the mod_pph4 and I did this:

1. Make clean in install apache and in the php
2. install the mod_php4
3. re-compiled and installed apache then php

Now when I try and start apache I am getting this error?

ptay1-ds# /www/bin/apachectl start
Syntax error on line 206 of /www/conf/httpd.conf:
Cannot load /home/www/libexec/libphp4.so into server:
/home/www/libexec/libphp4.so: Undefined symbol "apr_bucket_type_file"
/www/bin/apachectl start: httpd could not be started
ptay1-ds#

I like php, but I am getting fustrated with it now. Please help me.

Thank you

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-22 08:36 UTC] sander@php.net
The right order is:
-compile & install apache
-compile & install php
Also, you'd better not mix FreeBSD's port versions with the original apache/php sources. That's probably what you're doing wrong. 
For more info, ask on the appropriate mailinglist (see http://php.net/support for more).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 08 13:01:28 2024 UTC