php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42274 Error with libphp5.so
Submitted: 2007-08-11 21:30 UTC Modified: 2007-08-19 01:00 UTC
Votes:4
Avg. Score:3.8 ± 0.8
Reproduced:4 of 4 (100.0%)
Same Version:1 (25.0%)
Same OS:1 (25.0%)
From: hsilamot at tomalish dot net Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.2.4RC1 OS: fedora 5
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: hsilamot at tomalish dot net
New email:
PHP Version: OS:

 

 [2007-08-11 21:30 UTC] hsilamot at tomalish dot net
Description:
------------
after compiling and make i get this error on the Apache

Starting httpd: httpd: Syntax error on line 76 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/libphp5.so into server: /etc/httpd/modules/libphp5.so: undefined symbol: sqlite3SrcListShiftJoinType



Reproduce code:
---------------
just compiling the apsx module

Expected result:
----------------
hmmm, to load the module ?

Actual result:
--------------
module not loaded

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-08-11 22:28 UTC] jani@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2007-08-19 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2007-10-14 11:18 UTC] pawel dot barut at gmail dot com
I've had the same problem. To solve it I did:
1. make clean
2. configure with option: --without-sqlite
3. make
4. continue installation as in documentation
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 17:01:27 2024 UTC