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
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: mpespinoza at utpl dot edu dot ec
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat May 10 23:01:29 2025 UTC