php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12609 Problem at restart (?)
Submitted: 2001-08-06 19:22 UTC Modified: 2001-08-07 03:24 UTC
From: mpespinoza at utpl dot edu dot ec Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
 [2001-08-06 19:22 UTC] mpespinoza at utpl dot edu dot ec
Estoy trabajndo con php 4.0.5 , apache 1.3.20 y mysql 3.22.32.

El problema es que luego de hacer make install,  cuando voy a reiniciar el servidor con /sbin/apachectl restart me da el siguiente mensaje de error:

Can?t resolve symbol "open64"
Can?t resolve symbol "__lxstat64"
Can?t resolve symbol "fopen64"

Can?t load /usr/local/apache/libexec/libphp4.so into server

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-08-07 03:24 UTC] sniper@php.net
Please use english to submit bug reports. 
Also, DO NOT USE 'apachectl restart'!!!

Use this instead:

./apachectl stop ; ./apachectl start


--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC