Ubuntu :: Apt-get Command To Down Load Some Library Files Regarding Graphics?
Jul 17, 2010I 've been trying apt-get command to down load some library files regarding graphics It is not working properly
View 1 RepliesI 've been trying apt-get command to down load some library files regarding graphics It is not working properly
View 1 RepliesI'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 Relatedhow (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 RelatedI 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
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]...
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 RelatedI 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]
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 RelatedAfter 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]....
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()
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?
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
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.
I am running Kubuntu 10.04 LTS and have had no problems with my ATI card up to kernel 2.6.32-29. Upon update/upgrade to 2.6.32-30 the FGLRX driver will not load graphics and I can only get the text system login. If I reboot to -29 everything works great.
View 2 Replies View RelatedStarted with Lucid where my file system would go corrupt every week or so. Now I'm on Natty and it's 10x worse..
What happens:Either full computer lockup; screen is froze but mouse still moves, can not click anything. Keyboard LED's are also frozen. I have to use SysRq+REISUB to reboot at this point.OR: Screen graphics scramble, programs won't load their GUI's but are still functional.
File system sometimes becomes read only and corrupt too when this happens.
Hardware:
Computer Processor: 2x Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz
Memory 3086MB: (443MB used)
VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02) (prog-if 00 [VGA controller])
OS/Kernel
code....
I have written a script that must be run as root, but at one point in the script there is some library configuration which should not be run as root. So my question, is there a command that runs another command as not root when root? (If that makes any sense..)
View 8 Replies View RelatedI made a backup of xorg.conf and added Xinerama and the other configuration items I needed. X failed to load. Then I copied my backup to xorg.conf and...X failed to load. Then I tried booting up in safe graphics made, and X failed to load. I tried dpkg-reconfigure xserver-xorg, but it did nothing. Literally nothing -- no error, no output, no nothing. Then I saw someone who had suggested to apt-get remove --purge xserver-xorg, then reinstall it, and X failed to load.
I am at a complete loss. I have now read that the dpkg-reconfigure xserver-xorg is no longer used, that the os is supposed to autodetect everything now, but in that case I don't see how I will ever get dual monitors. In any case, I can live without dual monitors, but I need at least ONE monitor, and I have no idea how to get the configuration working.
I can run Ubuntu 10.04 just fine as long as I have my hardware drivers disabled, but when I enable my hardware drivers I get an error before the GDM login screen that says something to the effect of it being unable to load the NVIDIA KernelI'm then given the choice of booting into low-graphics mode, configuring xorg for this hardware, troubleshooting, dropping to console, or restarting X.Booting to low-graphics mode does nothing useful, just boots to low gfx mode.Configuring xorg for this hardware does nothing at all - same errors after trying every single option in the configuring xorg sectionTroubleshooting is equally useless to me - I can't copy and paste the very-long error reports, I'm not an xorg pro so editing the xorg conf doesn't help me, and when I tried following the option to export all my config and error logs, it said that it has exported it to $xorg_backup_file - but that's just a variable not a file.. after a reboot I can't find this anywhere.
I've googled this and the only useful info I've found is to run nvidia-xconfig as root, which I've done and it has zero effect.The only temporary solution is to disable the nvidia driver, which lets me boot normally using metacity at full resolution, but has no accelerated 3d or composite overlay so I'm unable to run compiz or have any nifty 3d.Details: Vid card: NVIDIA G96 (according to lspci) Driver: NVIDIA accelerated graphics driver (version current) [Recommended] OS: Ubuntu 10.04
I just got a new graphics card (all specs below) and when I start up the computer, it loads the BIOS, then says it's loading grub 2, then says, "Initializing gfx code..." and hangs there forever. How can I diagnose this and find out if the card will work with my computer and opensuse 11.1?
CARD SPECS
------------
NVidia GeForce 8400 GS
[code]....
I've PHP5 installed on my server, and just recently I installed a new application that requires gd library.
understand that I can have gd library installed via apt-get install php5-gd command.
Question: do I need to remove php5 instance (which was installed together with apache2/mysql using tasksel command) prior to installing php5-gd?
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 RelatedI'm not entirely new to Linux, but I'm far from a standard user. I decided to give it another try with Fedora on my new Asus G60JX laptop. Specs: Intel Core i5 430m, Nvidia GeForce GTX 360m, Windows 7 Home Premium 64bit.
When I attempt to run the live CD from either a physical CD or a bootable flash drive, it loads as usual. However, once Fedora goes to the desktop, I get this screen:
As you may be able to tell, it's a garbled version of the Windows desktop I had previous to the reboot. Evidently, something in my hardware is not supported. However, I fail to see how I can install drivers when this is literally all I can coax the computer into doing.
I installed FC 12, 64 bit yesterday. I downloaded open office and unpacked it. I then issued the command rpm -Uvh *.rpm this fails due to many dependencies Some of these are:
[Code]...
how to "link" or make these and presumably other libraries searchable.
i've been trying to load F15 on a HP DV4 (switchable ati/intel graphics, no hardware switch). the system boots from dvd fine, but gets stuck right after the starting anaconda message with a non blinking cursor on black screen and nothing happens after that.
View 2 Replies View RelatedI was have installed gcc and g++ both 4.4.3 Version They were working fine, but now they suddenly seem to have lost track. Both cant detect standard library files. not even iostream ,fstream. (i have already tried the .h variant) my /usr/local/include/ directory is empty, should not something be there.
View 9 Replies View RelatedI have tried to compile several programs from source code and have into a similar error in each case. I try make the program and I get an error like: fail program confsdefs.h. Reading further into the log file, I see there is a long list of missing library files when I compile something like Samba 3.5.x:
[Code]...
I have searched for dependency information and used apt-get to add anything I can find. How can I identify and find the dependencies for source? I have checked the source documentation though typically does not list required packages. My other question is how to check the path used to locate the libraries? Given the length of the missing library list, I think the problem may be configuring make.
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].....
I am able to build a shared library under solaris with
/usr/local/bin/g++ -G -o output.so file1.o file2.o file3.o.
How do I build the shared library under linux using the same files?
I have tried to use the same command /usr/local/bin/g++ -g -o but I got some undefined references, even if those references are defined in one of the object files.
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).
If we have a .so library elf in linux, will it be possible to find out the APIs supported by it. Or in other words, the functions that can be used along with the argument types and return type.? Note that we dont have any other header files or documentations related to the library.
View 5 Replies View Related