php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #39926 Unalbe to load php mdule due to unresolve symbol in libaio_raw.so
Submitted: 2006-12-21 22:44 UTC Modified: 2006-12-21 22:53 UTC
From: tatireddyv at coned dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.0 OS: Tru64(OSF1 V5.1 2650 alpha)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tatireddyv at coned dot com
New email:
PHP Version: OS:

 

 [2006-12-21 22:44 UTC] tatireddyv at coned dot com
Description:
------------
Trying to start Apache(Version 2.0.59) with Php5.2  on Tru64 Unix( aka OSF1..) to acess Oracle( version 10.1) but loader is throwing an error on libaio_raw.so like below. Anyone has  experiences with aio_raw.so library, i know some of Oracle shared objects has dependency on this library, So trying to find a way to get out from this error?. Already raised a case with HP.

1)Apache Log...
[Fri Dec 15 10:52:25 2006] [notice] caught SIGTERM, shutting down
Syntax error on line 232 of /omega/apache/conf/httpd.conf:
Cannot load /omega/apache/modules/libphp5.so into server: dlopen: libaio_raw.so: symbol "aio_prefork" unresolved

2)Php configuration options
      a) ./configure --with-apxs2=/omega/apache/bin/apxs \
            --prefix=/omega/apache/php5.2 \
            --with-config-file- \
             path=/omega/apache/php5.2/config \
            --with-oci8=$ORACLE_HOME 
            --with-libxml-dir=/omega/apache/libxml2-2.6.11 

 3)PHP Version
   PHP 5.2.0 (cli) (built: Dec 15 2006 11:52:19) 
   Copyright (c) 1997-2006 The PHP Group
   Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-12-21 22:53 UTC] tony2001@php.net
Dup of bug #37365, not PHP problem.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Mar 10 22:01:33 2025 UTC