php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #952 calendar.so will not load.
Submitted: 1998-11-25 01:34 UTC Modified: 1998-11-25 01:49 UTC
From: nick at centergate dot com Assigned:
Status: Closed Package: Dynamic loading
PHP Version: 3.0.5 OS: Linux Redhat 5.2
Private report: No CVE-ID: None
 [1998-11-25 01:34 UTC] nick at centergate dot com
I read the directions on how to make calendar.so multiple times. I made calendar.so succesfully. Then followed these directions. I have done this now for about 6 hours over and over. I keep getting the same error.  Can't find calendar.co blah, blah, blah. I have read the mailing lists also. Any suggestions, I really need some help.

To use extensions on your OS, you will need to recompile PHP.
You need to edit the Makefile in the php3 directory and add
-rdynamic to the start of the LDFLAGS line at the top of the
Makefile.  Then type: 'make clean; make'
You can still go ahead and build the extensions now by typing
'make' in this directory.  They just won't work correctly
until you recompile your PHP.
If you are compiling php as a module, you should also add
-rdynamic to the start of the EXTRA_LDFLAGS in apaches
Configuration file.         

   

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-11-25 01:49 UTC] rasmus
You need to be more specific.  How are you trying to load the module?  Using dl() or through the php3.ini file?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC