CentOS 5 :: PHP Startup - Unable To Load Dynamic Library

Mar 4, 2011

I recently upgraded to php 5.2 using the testing repository. All went well except for one extension.

root@clibweb2 ~]# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules//usr/lib64/php/modules/http.so' - /usr/lib64/php/modules//usr/lib64/php/modules/http.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP 5.2.10 (cli) (built: Nov 13 2009 11:44:05)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
[root@clibweb2 ~]#

I tried:
[root@clibweb2 ~]# ln -s /usr/lib64/php /usr/lib/php
Adding the complete path to php.ini
And using PECL
I still get the error.
Output of
getinfo.sh (general) is at [URL]
The Package specific is at [URL]

View 1 Replies


ADVERTISEMENT

Ubuntu :: PHP Startup: Unable To Load Dynamic Library

Jul 23, 2011

I keep getting mails with this warning on my 11.04 server

Code: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626/mysql.so' - /usr/lib/php5/20090626/mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0

apparently everything is working as it should and I don't know how to get rid of this warning

View 1 Replies View Related

Fedora :: PHP Startup : Unable To Load Dynamic Library / Sort It?

Dec 30, 2009

I have a new VPS running.But PHP doesn't work well. The error message I get from /var/log/http/error.log is code...

View 5 Replies View Related

Fedora :: FC 14 And PHP Warning: PHP Startup: Unable To Load Dynamic Library / Snmp

Nov 8, 2010

After upgrading to FC14, things went south for some of the websites etc I run. I have the following snmp related packages installed:

php-snmp-5.3.3-1.fc14.i686
net-snmp-devel-5.5-21.fc14.i686
net-snmp-libs-5.5-21.fc14.i686
net-snmp-utils-5.5-21.fc14.i686
net-snmp-5.5-21.fc14.i686

On a number of sites I use PHP's snmpget() function, but now on all these I just get this error: PHP Warning: PHP Startup: Unable to load dynamic library '/etc/php.d/snmp.so' - libnetsnmp.so.15: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Fatal error: Call to undefined function snmpget()

[Code]....

View 8 Replies View Related

OpenSUSE :: PHP Startup: Unable To Load Dynamic Library '/usr/lib/php5/extensions/intl.so'

Aug 20, 2011

few days ago i installed the newest opensuse 11.4 32bit system and all is working really fine.except when starting apache or doing a php -v on the CLI i receive the following error ->

php -v
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/extensions/intl.so' - /usr/lib/php5/extensions/intl.so:
undefined symbol: grapheme_extract_count_iter in Unknown on line 0

i know this bug has been reported earlier and i found quite a few results in google.i even found one result where the problem was fixed and updated in an additional opensuse repository -> Additional package repositories - openSUSE the repository with the fix is the following -> Index of /repositories/server:/php/openSUSE_11.4 so ... i added this repository via YAST to the repositories in my system without any problems but whenever i do a system update via YAST i don't receive new fixes and patches from the newly added repository!

if i directly browse to the /i586 folder in the repository i see all the PHP updates with version 5.3.7 and the latest updates were done 19 aug 2011 Index of /repositories/server:/php/openSUSE_11.4/i586 but my system still has PHP version 5.3.5 installed and somehow doesn't want to update from the newly added repository for the apache php modules so ... i just double checked and the repository is enabled in YAST ... but I still don't receive updates from there i would like to update to the new apache php modules, to get rid of that php '/usr/lib/php5/extensions/intl.so' warning, but somehow that doesn't seem to work

View 1 Replies View Related

Software :: Unable To Load Dynamic Library

Nov 22, 2010

I have installed oci8 from the remi repo and can not get it to work.I have been trying all day but still end up with the same error in my apache error log when I start httpd.If anyone can suggest something more I can try or where I should look next that would be nice.In the mean time I am going to build a VM and try from a fresh install and see what happens.

View 1 Replies View Related

Red Hat / Fedora :: Ffmpeg-php And Gd Module Loading / Unable To Load Dynamic Library?

Jan 19, 2010

fedora 12 with php 5.3.1 + apache is installed on the server

I needed a FFMPEG + MENCODER + FFMPEG-PHP setup , so I have installed all of the necessary libraries/codecs along with ffmpeg , mencoder and ffmpeg-php

I've added ffmpeg-php (ffmpeg.so) module to php.ini and restarted httpd

But ffmpeg was not showing up in phpinfo() so I grepped : php -i | grep ffmpeg
for some clues and got this warning
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0

That error explains why ffmpeg is not loading

Obviously something to do with GD library , so I've researched on the net , and found that some users suggest loading the GD module before FFMPEG module.

I gave it a try and added this at the end of php.ini:
Code: [gd]
;loading gd
extension=gd.so
[ffmpeg]
;loading ffmpeg
extension=ffmpeg.so ...but still same error when greping phpinfo()

View 1 Replies View Related

Ubuntu Servers :: PHP Error "Unable To Load Dynamic Library" After Upgrading Server From 10.04 To 10.10

Oct 22, 2010

After upgrading my server from 10.04 to 10.10 I keep getting the following php error, "PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/syck.so' - /usr/lib/php5/20090626+lfs/syck.so: cannot open shared object file: No such file or directory in Unknown on line 0"

View 1 Replies View Related

Programming :: Convert A Dynamic Library (filename.so) To A Static Library (filename.a)?

Nov 18, 2009

How can we convert a dynamic library (filename.so) to a static library (filename.a) using gnu gcc . Can we get a static library form a dynamic library . I saw a few post in which the conversion form a static library to a dynamic library is mentioned but, unfortunately, not the other way.

View 4 Replies View Related

Software :: Vuze Is Not Working Properly / Unable To Load Graphics Library

Dec 12, 2008

I'm using RedHat 9. I've already installed java and azureus/vuze too but when i run azureus there is a problem.

View 1 Replies View Related

CentOS 5 :: Compile The Fakeroot 1.15 But It Always Failed To Load The Shared Library Libfakeroot?

Jun 7, 2010

I have tried to compile the fakeroot 1.15 on centos 5, but it always failed to load the shared library libfakeroot.so file. I tried compiling 32 as well as 64 bit version of library but always it failed to load the library and give the following error:

ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded: ignored.

any workaround to get this working?

View 1 Replies View Related

Software :: Shared Bzip2 Library - Correct GCC Dynamic Link Switches

May 29, 2009

I am trying to use a shared bzip2 library in a program I'm writing. For the life of me I can't figure out the correct gcc switch to link it in. I've tried pkg-config, but i don't know the name of the .pc file. Is there any rule for these things?

View 3 Replies View Related

Programming :: Why The Thread Stack Size Cannot Be Changed When Calling In A Dynamic Library

Jan 5, 2011

Why the thread stack size can not be changed after calling pthread_attr_setstacksize & pthread_create in a dynamic library? Detail: I write a file thread_factory.c and plan to build it and produce a dynamic library (libthread_factory.so) In the thread_factory.c , there is a routine

[Code]....

And after this, there is application, it will call fct_thread_create(STACK_SIZE_256KB), and then call pthread_attr_getstacksize(), but the stack size return always be a fixed value 0xa01000. (I tried this on Fedora12) But if I build the application source code with the file thread_factory.c directly, the stack size return is right as my expect. I checked the source code of glibc about the routine pthread_create() as below:

[Code]....

View 7 Replies View Related

Ubuntu :: Disable Dynamic Load Balancing?

Sep 5, 2010

I'm folding and I need it to only run on 6 cores instead of 8, and I have it set to do that but Ubuntu decides to bounce the load around the 2 extra cores as well, hurting my performance. Is there a way to disable it or set it to work only on 6 specific cores?

View 1 Replies View Related

CentOS 5 :: Unable To Load Gnome GUI

Mar 7, 2009

The problem I am having is when I start up my system which is using CentOS 5, it got some errors and it cannot go into the GUI.

It had some errors like "touch" and I cannot start up my xserver.

View 2 Replies View Related

Programming :: Can't Load Shared Library (but It's Right There!)?

Feb 15, 2011

I have visited these boards a few times, but never posted. Here's my problem: I was given the source to a program and asked to get it running on a 64-bit Debian 2.6.26 machine. Currently it is working on 2 64-bit OpenSUSE machines.

The application uses TCL TK for a GUI and everything compiles just fine; however, on startup, the user must enter one of three possible modules to load; when attempting to load these modules (tcl 'load' function), I receive this error:

Code:
Error in startup script: couldn't load file "../Build/libMpf.so": libTransReaders.so: cannot open shared object file: No such file or directory
while executing
"load ../Build/libMpf.so Mpf"
("eval" body line 1)
invoked from within
"eval load ../Build/${px}${i}${sx} $i"

[Code]...

View 8 Replies View Related

Software :: Rhythmbox Not Loading Library On Startup?

May 20, 2011

When I startup Rhythmbox music player I have no library. Whats strange is when I click edit/preferences/music and then browse to select my library location (which is already correct), apon selecting the hard drive that my library is on the whole music library suddenly loads and I don't have to re-select my library folder, I just cancel the preferences window. But if I just wait for Rhythmbox to load the library without beginning to remind it where it is, it never loads.

View 2 Replies View Related

Ubuntu :: Apt-get Command To Down Load Some Library Files Regarding Graphics?

Jul 17, 2010

I 've been trying apt-get command to down load some library files regarding graphics It is not working properly

View 1 Replies View Related

General :: Restricting Dynamic Ipaddress By Based On Dynamic DNS Host Names?

Dec 12, 2009

I want to restrict the Visitors to my Webserver whom i want to give access But the persons whom i want to give access. have Dynamic IP. I want to use DynDNS and update IP address of person. Based on the Hostname Pointing to Dynamic address of person.

View 5 Replies View Related

Software :: Configure Dynamic DNS In CentOS?

Mar 23, 2010

How to configure Dynamic DNS in CentOS?

View 1 Replies View Related

Programming :: Save / Load Data Segment Of Dynamically Loaded Shared Object Library?

Aug 25, 2010

Our application uses a dynamically loaded shared object library (codec library) to compress and decompress audio streams.

There happens to be several static and global variables in this shared object library. Hence it is not possible to process two interleaved unrelated media streams using this shared object codec library because each stream corrupts/changes the contents of these static/global variables.

Is there a way through which a context save (save contents of data segment of shared object) and a context load (load previously saved contents of data segment of shared object)operation can be performed on the shared object library. This way the context for each media stream can be saved and loaded before and after processing the "other" media stream respectively.

View 3 Replies View Related

CentOS 5 Networking :: How To Configure Bind When Using Dynamic Dns For Webserver

Mar 31, 2010

I am trying to configure a BIND DNS server to handle three websites on my home network, (my site, my sons site and our test site). Since my ISP uses dynamic DNS, we are using DNS2GO to redirect our traffic, 9EACH SERVER HAS IT'S OWN VERSION OF dns2go running).My problem is that I can't figure out how to configure BIND since I don't have a static IP to enter into the named.conf or reslov.conf configuration files.

View 7 Replies View Related

CentOS 5 Server :: Use DHCP All Our Clients Use Dynamic IP Addresses For The Ease?

Sep 1, 2010

I'm new to Centos 5 (and Linux) and, after installing Centos, I configured Samba, Apche, ... w/o problems (through interactive interface). My problem is tha t I need to use DHCP (all our clients use dynamic IP addresses for the ease) but I don't find dhcpd ... nor the sample config file(s).

Note : the new server I intend to use is actually connected on a LAN with an 'old' DHCP server (still under W2K server), is this the reason why I can't find/activate dhcp on my new machine ???

View 3 Replies View Related

Ubuntu :: Can't Load Any OS At Startup

Jan 22, 2010

When I turn on the computer, the Grub2 shows up and asks me to choose what OS to start. And from today on, whatever I choose, I end up with nothing. When Linux (Ubuntu) is chosen, then the blinking logo is shown (depicting it's loading) and after some time I can only see a black screen. In case when Windows is chosen, the black screen appears immediately. Kive cd works fine but don't know what I could do with it. A week ago I changed a booting order in my BIOS, so that GRUB2 is loading very fast now. Then I also chose: sudo dkpg-reconfigure grub-pc and selected the disk that had my boot partition. For a week or so it worked fine.

View 9 Replies View Related

Fedora :: Way To Load Module On Startup?

Jul 12, 2011

I rebooted my computer and noticed the aoe module didn't loadad to do a modprobe aoe)What's the proper way to have this start at boot time? (rather than something like doing a modprobe aoe in the rc.local

View 1 Replies View Related

Ubuntu :: Make Gdm Not Load On Startup?

May 8, 2011

I edited some file in /etc and it stopped loading, but after upgrading to natty it loads again. I'm already starting X manually from /etc/event.d/tty7, but the X started from gdm is the one I see on the screen. I don't have a keyboard, so I can't switch to the console with the right X after startup. Is the only option to deinstall gdm, or is there a way to make it not start?

View 2 Replies View Related

Slackware :: Set Conky To Load At Startup?

Nov 9, 2010

How to set conky to load at startup?

View 11 Replies View Related

Debian :: Execute "caGrid-installer-1.3.jar" File - Can't Load Library

Mar 11, 2011

I am trying to execute "caGrid-installer-1.3.jar" file. But its giving me the following error.

Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-6-openjdk/jre/lib/i386/xawt/libmawt.so
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:787)

[code].....

View 1 Replies View Related

OpenSUSE Multimedia :: Multimedia - Cannot Load Library /usr/lib/kde4/kcm_phonon.so

Apr 11, 2010

When trying to access "Multimedia" from System Settings, I get an error message as follows:

Code:

Cannot load library /usr/lib/kde4/kcm_phonon.so:(/usr/lib/kde4/kcm_phonon.so undefined symbol: _ZN6Phonon12GlobalConfig28setAudioCaptureDeviceListForENS_8CategoryE5QListiE)Cannot load library /usr/lib/kde4/kcm_phonon.so:(/usr/lib/kde4/kcm_phonon.so undefined symbol: _ZN6Phonon12GlobalConfig28setAudioCaptureDeviceListForENS_8CategoryE5QListiE)

Possible Reasons:

* An error occurred during your last KDE upgrade leaving an orphaned control module

* You have old third party modules lying around.

Check these points carefully and try to remove the module mentioned in the error message. If this fails, consider contacting your distributor or packager. And then when I click OK, it closes, and that's it. how to prevent this, so I can access the multimedia settings and change them. The reason I want to see the settings, is because Amarok 2.3 won't play any songs (even though version 1.4 still works).

View 2 Replies View Related

OpenSUSE Install :: 11.2 Fails To Load Xdm Upon Startup

Nov 26, 2009

I just installed Opensuse 11.2, and have come across the following error upon bootup: the display manager screen refuses to load, unless I type STARTX at the cli line. the error messages read: failed services in runlevel 5 /etc/init.d/xdm.orig start returned 6 earlyxdm postfix Further, I am unable to activate the xdm service under Yast. Has anyone else run across this error? Not sure how to resolve.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved