f1cf
![]() |
|
|
|
|
|||||||
| Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
All of a sudden I'm getting the following errors and PHP isn't working properly:
Code:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/mcrypt.so' - Cannot open "/usr/local/lib/php/20100525/mcrypt.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20100525/sqlite.so' - Cannot open "/usr/local/lib/php/20100525/sqlite.so" in Unknown on line 0 Last edited by SirDice; August 2nd, 2012 at 15:11. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#2
|
|||
|
|||
|
If you don't need it, try uncheck
Code:
[ ] MCRYPT Encryption support [ ] SQLITE sqlite support or reinstall it. You can try comment Code:
extension=mcrypt.so extension=sqlite.so |
|
#3
|
|||
|
|||
|
Well I got part of it fixed, but when I try running php from a command line its giving me a segmentation fault.....
|
|
#4
|
|||
|
|||
|
Code:
php /home/bomb/www/data/junk/setup.php PHP Notice: Undefined index: HTTP_HOST in /usr/home/bomb/www/data/junk/churn.php on line 23 PHP Notice: Undefined index: HTTP_HOST in /usr/home/bomb/www/data/junk/churn.php on line 24 Segmentation fault (core dumped) www# Last edited by SirDice; August 2nd, 2012 at 15:11. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#5
|
|||
|
|||
|
Ignore the directory names, those were changed from what they actually are
|
|
#6
|
|||
|
|||
|
Did you try reinstall php?
|
|
#7
|
|||
|
|||
|
Yes, but I'm not sure if it fully took or if I'm somehow missing other packages...
I know there is a way to reinstall a port and all its dependencies but I'm not sure what that is, I tried portmaster -b -w -r php but it crapped out since php has more than one port...... Last edited by SirDice; August 2nd, 2012 at 15:12. Reason: Read about formatting tags: http://forums.freebsd.org/misc.php?do=bbcode |
|
#8
|
|||
|
|||
|
Well I went ahead and rolled it back to 5.3 and we'll stay there for a while, there appears to be some issues with 5.4 and our storefront as well.
This thread can be closed. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error:mfi_ioctl.h:70: error: field 'hdr' has incomplete type | linuxunix | FreeBSD Development | 0 | November 21st, 2011 03:27 |
| [Solved] 8.1 system install hang on error: read error: 0x20 | lockfile | Installing & Upgrading | 9 | November 24th, 2010 01:59 |
| How to fix the error in pkg_add: Syntax error, command unrecognized | kenorb | Howtos & FAQs (Moderated) | 3 | November 12th, 2010 09:04 |
| [Solved] Error starting jail on 8.1# jail: execvp: /bin/sh: Exec format error | ghostcorps | General | 5 | September 13th, 2010 04:34 |
| freebsd 7.0- Error Mounting /dev/acd0 on /dist: Input/output error (5) | Lego | Installing & Upgrading | 52 | November 30th, 2008 16:31 |