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


ADVERTISEMENT

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

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

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

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 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

Ubuntu :: ATI Graphics Card Controller Not Working Properly

Mar 31, 2011

I'm having a problem here with my graphics card. Until not very long ago I was using the controller Ubuntu downloaded for me. However I recently downloaded another one from the ATI page, called ati-driver-installer-11-3-x86.x86_64.run and installed it.
So far, I've encountered two new problems:

1. The ATI Catalyst Control Center would not open after I setup the Tear Free Desktop.

2. The computer is running slow. Files take longer to open, minimizing and maximizing windows takes longer. Wi-fi connection takes longer to connect, etcetera. Overall, everything is going slow.

Are these problems related? I would like to uninstall the driver as the computer was working just fine before. In addition to this, I have firefox 4.0 and the colors on most of the images are darker than they should. The images look fine on other browsers except firefox. I read I had to do type "about:config" in the address bar, find "gfx.color_management.mode" and change the value from 2 to 0. What did I exactly do there? I took the advice from this thread: [URL]

View 2 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

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

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

Ubuntu :: Vuze GUI Won't Load?

May 23, 2011

like the title implies whenever I open a torrent file, vuze will run and load the torrent file and use the appropriate port.

also the vuze popups are working correctly like the one for tring to open the same toreent file twice

is there aan argument in terminal to open the gui?

View 1 Replies View Related

Hardware :: NVidia GeForce 8600GT Graphics Card Not Working Properly

Jan 28, 2010

I have a problem with a new GeForce 8600GT graphics card. I just installed the card into my Dell Optiplex 745. When I boot the PC I have no image until the Ubuntu logon box comes up. No bios info, no boot menu, no grub menu, nothing until the Ubuntu login. Once I get to the logon prompt everything seems fine except when I use CTRL+ALT+F1 to get to a console. Then I get nothing but a blank screen. When I press CTRL+ALT+F7 my desktop loads fine and all is OK again. I had a problem trying to get the nVidia drivers installed because I didn't have a usable console. I had to use SSH to install the drivers. I'm using this card with an HP 1755 flat panel that's about 5 years old and a Dell Optiplex 745 with Intel Dual-Core CPU.

View 8 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

Ubuntu :: Unable To Open Vuze On 9.04

Jun 20, 2009

I have installed Vuze on my 9.04 today via Add/Remove. But when i click on Vuze.. nothing Happens.. Absolutely nothing happens.. Java runtime 6 is already installed in my system.....

View 2 Replies View Related

Debian Hardware :: Unable To Get Sound Output Working Properly

Nov 4, 2010

my cousin recently brought me an old dell to see if I could get it working.he mainly wants to use this machine to record himself playing guitar.I immediately tried installing ubuntu, but found it to be unbearably slow.the computer is on the verge of being an antique at 1ghz and 256mb of ram.so I started looking for alternatives, and decided to give debian a shot since I'm familiar with ubuntu and know that it is based on debian.I installed Debian Lenny from the netinst ISO and find it to be much quicker booting and loading programs than ubuntu.I will most likely put debian on my desktop when I'm finished getting this poor old dell set up.

I'm unable to get sound output working properly.I have checked that the volume is not muted. while using pidgin, after sending a message the "message sent" sound starts "skipping" like a scratched cd and the only way to get it to stop is to close the progam completely. I am unable to hear sound or watch videos with totem (and most likely other players, but I have not tested any yet).the files load audio files show their tag information and the length of the track and videos load the first frame but the file never actually plays. when I try to record with Sound Recorder, the application locks up.when I try to record with Audacity the software doesn't stop responding, but also doesn't record.I tried un-muting the microphone (monitor) to check that the microphone I have still works, and can hear it over the speakers, so this leads me to believe that my hardware is in good working order, but that I have something configured improperly.

View 2 Replies View Related

OpenSUSE :: Vuze Updated And Is Not Working Correctly?

Aug 9, 2010

Vuze downloaded an update, and now everytime I use it keeps telling me to re start for the update to have an effect. When I re start, same thing happens again tells me it needs to restart. I'm using Gnome and openSUSE 11.3. I checked older posts for a solution it seems this has happened before. Do I just wait for a new version to come out of the repos?

View 1 Replies View Related

OpenSUSE Network :: Unable To Iinstall Vuze On OpenSuse11.2?

Feb 21, 2010

while installing vuze, it asks for jre 1.4.x or higher. i've installed jre 1.6, but still unable to install vuze.

View 1 Replies View Related

Ubuntu :: After Some Hour Of Working Programs Like Vuze, Amule, Qbittorrent Shuts Down And Disappears?

Aug 18, 2011

I've just upgraded to xubuntu 11.04 and every thing seems to work fine and better than version 10. The only problem I have is that after some hour of working programs like vuze, amule, qbittorrent shuts down and disappears. if example: if I leave those software on for teh whole night the morning after they are closed and i have to restart them again

View 1 Replies View Related

General :: Graphics Library And Building A Simple GUI?

Aug 10, 2010

how (or what to use) to build a simple GUI on an embedded Linux system? I am using the Linux distribution Angstrom with a gcc compiler, and need to draw graphics on the screen. Preferably NOT in X11, but in a console only image. Are there simple graphics commands in C that will draw circles, boxes, and lines?

View 1 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

Ubuntu :: How To Properly Use Nvidia Graphics Card

Jun 21, 2010

I'm just starting out with ubuntu (10.04), and installed it using a live cd on my alienware m5500. I had the update manager update everything, and then went looking on how to properly use my nvidia graphics card (geforce go 7600) because the graphics weren't looking very good, and I couldn't use any desktop effects.

I followed the directions found here in order to blacklist nouveou and enable the current nvidia driver. However after rebooting, and every time I time I turn on the computer, it never makes it to the desktop, i usually end up seeing the ubuntu startup and/or the nvidia logo before it proceeds to one of several screens (none of which allow me to click or type, although sometimes i can move the mouse).

-black screen
-black screen with light gray bars top and bottom
-black screen with vertical green line
-orange and purple horizontal stripes
-purple and light purple horizontal stripes

Thinking that it could be one of the listed bugs from the directions, I followed the work around for "Screen Blanks/Monitor Turns Off", but the problem persists. I have used the live disc to do a fresh install and attempt it about 3 times.Anyone know what this could be, or have advice for troubleshooting? Let me know if I can provide any other information that may prove useful - I'm fairly new to linux in general, but I can probably get some information from recovery mode if I've got a little guidance.

View 9 Replies View Related

Ubuntu :: Graphics / Images On The Websites Not Appearing Properly

Jun 13, 2010

I have an HP presario CQ61 with a built in graphics card that never needed a driver to work (Intel Mobile 4 series chipset integrated graphics controller), but a lot of the images on the websites i visit appear like this... this is google for example.. [URL]

View 2 Replies View Related

Ubuntu :: 9.10 With Graphics / 3D And Gnome-system-monitor Does Not Work Properly

Jan 11, 2010

9.10 Problem with Graphics/3D and other I have a Thinkpad T42, 1.7GHz, 1Gb Ram and a Radeon 7500 Graphics card. Everything that I am having trouble with works just fine in Ubuntu 9.04(except for the sound). There are two problems that I think are linked or really the same. First off, When I turn off Compiz(Compiz works by default) then gnome-system-monitor does not work properly. At least the graphics side of it; the window appears black with random lines running threw it. The same thing will happen to Gnome-do if Compiz is off.

The second problem is getting 3d support to work. I installed and tried to run blender and I got this from the terminal:

[Code]...

Then it ether does not open or the computer locks up completely and I have to force a shutdown. Which ever one it does I do not get my desired results. When trying to do chess in 3D it tells that I have 'No Python OpenGL support'. So I install the python-opengl package from the repositories; the program now just errors on start and I had to uninstall python-opengl to get Chess to work again. I have tried all this with Compiz on and off with the same results. Anyways thats about it, unless somebody knows how to setup the sound so a program won't lock it from other, then thats all I am having trouble with.

[Code]....

View 3 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

Fedora X86/64bit :: F12 X64 Does Not Load NMB/SMB Properly?

Nov 19, 2009

F12 + Samba4, services smb and nmb set to run at levels 2345 - after reboot, I need to manually doservice nmb restartin order for all machines on the network to "see" the shared folders. It appears that service nmb does NOT start properly, as when above command is entered it shows "FAIL" as message for stopping the service.

View 1 Replies View Related

Fedora :: Graphics In The Program Maple Doesn't Work Properly With The Default Drivers

Nov 1, 2009

I had originally followed the advice at Mauriat Miranda's Fedora Nvidia Driver Install Guide [URL] for installing nvidia's display driver on my HP Pavilion system 64 bit running Fedora 11. I had used his first method which just installs the relevant kernel module kmod-nvidia from RPMFusion. He also suggested an alternate method: obtaining Nvidia's installer NVIDIA-Linux-x86_64-185.18.36-pkg2.run and using that. I downloaded it from Nvidia, but I didn't run it.

I recently lost X. This had happened previously after a kernel upgrade, and I just used grub to boot an earlier kernel to recover X, and then installed the upgraded kernel module to fix the problem. But this time, being deeply involved in something else, I panicked slightly, and, using dumb terminal mode I ran the Nvidia installer. It asked me to make various choices and in response to my answers, it decided to compile a new kernel module. This recovered X, but I then compounded things by installing the updated kmod-nvidia.

I realized afterwards that using both methods might create some conflicts, but X seemed to run properly. (I can tell because graphics in the program Maple doesn't work properly with the default drivers provided by Fedora 11.) Since then, when I restart nvidia, I get.

[Code]....

View 3 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

Ubuntu :: Theme Doesn't Load Properly

Apr 11, 2010

Sometimes when I log on, I find that the theme (specifically the window borders and icons) didn't load properly, and that I instead get a set of grayish window borders (Raleigh, I believe) and the gray GNOME icons. Sometimes the window borders corrects itself, but the icons stay the same. Reloading compiz doesn't help, and the only solution I found was to logoff/logon.

View 6 Replies View Related

Ubuntu :: Website Dosen't Load Properly

Mar 12, 2011

For some time now it's not loading properly, just get a big blue screen with a title bar. This is using 10.04 64bit with Firefox 3.6.15.I think it's since I upgraded to 10.04.

View 6 Replies View Related

SUSE :: Unable To Boot Properly - System Is Unable To Read Startup Information From Hard Drive

Jan 19, 2011

I am running the latest suse release downloaded directly from their website. I ran the installation after buring the dvd and everything seemed to be working fine. after the installation i ran updates and used it for a little bit. When i shut it down that night and went to restart it I got an error that stated the OS wasnt there. I then went through the installation and everything and it retained the information from the installation before (web history etc.) but for some reason every time I reboot or shut it down the system is not able to read the startup information from the hard drive and will not come on without me re installing it.

View 9 Replies View Related







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