Ubuntu :: PHP Libs That Don't Come With The Standard Install?
May 22, 2010
I need some PHP libs that don't come with the standard install - I assume that means I'll have to build PHP from source. Can I use a package manager to download the source? How? If I do, will it have the code for all the libraries? Are there specific instructions for building and installing on ubuntu?
View 2 Replies
ADVERTISEMENT
Nov 6, 2010
I'm running Ubuntu 10.10 64bit and I have succesfully installed 10.10 32bit as a chroot using URL...I'm able to go into the chroot shell and it works perfectlyI want to run PCSX2. I have it downloaded in my personal Downloads folder but how to I access it from a chroot? also will I have to install all the libs required for PCSX2 within the chroot itself?
View 9 Replies
View Related
Jan 21, 2010
I'm trying to install OpenDX(dx)-4.2.0, a scientific graphics visualization tool on Suse Linux 10.1 . But its giving following error:
icc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -Dlinux -I/opt/intel/MESA/7.5.2/DRI2PROTO/include/X11/extensions -I/usr/X11R6/include -g -O2 -I/usr/X11R6/include -D_GNU_SOURCE -c callm_xinit.c
callm_xinit.c catastrophic error: could not open source file "Xm/Xm.h"
[Code]....
To resolve this error, I tried to install Mesa OpenGL libraries (mesa-7.5.2). But its not getting installed even after resolving dependencies such as libdrm, dri2proto, libpthread-stubs.
Are there any rpm distributions available for mesa libraries on Suse?
View 2 Replies
View Related
Sep 10, 2014
I'm in the process of installing the latest version of Crunchbang linux on a 64-bit laptop. I would like to run some 32-bit programs, but when I try to install ia32-libs using 'apt-get install ia32-libs', I get the following error messages:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
View 4 Replies
View Related
Sep 5, 2010
I am trying to install gnome-libs package as prereq to install Oracle 10.2 on Red Hat 5. It requires libpng.so.2 while I have libpng.so.3 installed on my system. I tried to do a link: ln -s /usr/lib/libpng.so.3 /usr/lib/libpng.so.2, then run /sbin/ldconfig and rebbot as well but it continues to ask for this library.
View 5 Replies
View Related
Apr 13, 2010
Today i download cheops source code and when i type ./configure returns me this error :
Quote:
checking for gnome-config... no checking for gnomeConf.sh file in /usr/local/lib... not found configure: error: Could not find the gnomeConf.sh file that is generated by gnome-libs install Is there any way to install cheops in KDE ? Do you know any solution for this problem ?
View 9 Replies
View Related
Nov 21, 2010
I installed ubuntu 10.10 using wubi installer, on win 7 64 bit system. how can I migrate from wubi install to standard install. I want to get rid of issues like free disk space and suspend/hibernate not supported in wubi ubuntu. Will LVPM help. I saw on the page it says that it does not supports wubi 10.04. Not sure what version I have, just installed the latest from ubuntu's site.
View 9 Replies
View Related
Jun 24, 2010
Just wonder is it possible to install non .deb package through the standard procedure of make config etc in Debian, or better not even attempt it.I need to use several engineering, mathematics packages, Matlab, Maple and Ansys,I have been told to use Fedora, but I would prefer to use Debian, as all my computers run on Debian and its stability etc is well known, not to mention the nice people in the forum, Bugs, Evil etc, well known icons.
View 6 Replies
View Related
Jun 21, 2010
I have created virtual cd (using damoen tools) for opensuse 11.2 installation from standard iso file and that installed installer for opensuse in my C drive and asked me to restart. After I restarted it gave me two options during boot, vista and opensuse 11.2 installer. I tried installing opensuse 11.2 from boot option and it asked me for language>country>installation. From the installation window which gave three options, I selected installation option and after preparing system for installation it asked me about sda location....I had separate partition which I selected and after that it is asking me for source which I don�t know what it is. I tried few things but no success and then tried to get in to vista but unfortunately it is not booting in vista as well and takes me though the same process explained above.
So both my boot options are trying to install opensuse 11.2 and stops at provide source window. So in a nutshell I am stuck and not able to use my system. For your information I don�t have vista installation cd so I can�t repair vista.
View 3 Replies
View Related
Apr 29, 2010
Due to some CD burning/reading problems with the laptop I'm installing to, the only install disk that I have been able to get to work is a MinimalCD disk.Unfortunately this only works if I don't ask it to install any extras at all, so I can install Ubuntu, but it is bare bones, and boots to a shell, no GUI or anything like that.What packages do I need to apt-get to bring this minimal install up to the standard Ubuntu install? Does anyone have a list of packages, or a site that will tell me which packages to install?
View 6 Replies
View Related
Oct 29, 2010
A few upgrades ago, I had also a desktop-kernel installed. I tried starting with the standard and the desktop kernel, but could not see a difference. Why this desktop-kernel and what's the difference with the standard kernel?
HP laptop with Intel(R) Core(TM)2 CPU T5600 - OpenSUSE 11.3 -KDE4.4.4
View 2 Replies
View Related
Aug 28, 2010
Come across these repositories when looking for packages not included in the standard repo.
Index of /repositories/security/openSUSE_11.3
Index of /repositories/openSUSE:/11.3:/Contrib/standard
what these repositories are for? Are they part of the official/maintained by openSUSE repository?
View 6 Replies
View Related
Dec 19, 2009
I am basically very new to linux.. I have rhel 5.2 sever. while the system booting the following error had shown.
touch: can't touch '/var/lib/random-seed ; No such file or directory
chmod; can't access'/var/lib/random-seed ; No such file or directory
touch; can't touch '/var/log/wtmp ; No such file or directory
chgrp; can't access '/var/run/utmp; No such file or directory
[code]....
View 3 Replies
View Related
Apr 8, 2010
How do you configure the system to automaticly change wallpaper and the standard Icon Theme to a custom made.
-If Im not mistaken, it must be something to do with the option to make a script at the end of the installation, -Ive seen the option in the creation,
View 4 Replies
View Related
Feb 21, 2010
I am fairly new to ubuntu. I have to compile some libraries under ubuntu in a directory other than the default directory and then get the shared object libs (.so) libs for building some custome kernels. I created a directory structure as follows:
/home/username/build-target
/home/username/src-<libname> =>here are the source files for the lib. I need to compile
Now I create a directory /home/username/src-openssl and download the source code and untar it under this directory and issue ./configure --prefix=/home/username/build-target --exec-prefix=/home/username/build-target and then make and make install. I was expecting that the shared object libraries created (.so) files should have gone under /home/username/build-target/libs, however I just see only libssl.a and libcrypto.a and not .so files under the build-target/lib directory. For grep also I did the same thing as above however I don't see any lib directory created under build-target directory as I was expecting.
View 1 Replies
View Related
May 9, 2010
i was trying to remove the flash plugin 32bit wrapper (don't remember the exact name of the package),using the command apt-get -y remove --purge and i saw somehow uninstalled a bunch of other programs like the gnome-network manager,emphaty...Now i rebooted and can't log on anymore .Is there a way to repair this,like running an upgrade from the livecd to restore the missing parts without wiping out my conf & other programs ? I've tried this that i found some other forum ,but i didn't work
Code:
sudo mkdir /mnt/repair
sudo mount /dev/sda3 /mnt/repair
sudo chroot /mnt/repair su
[code]....
I'm running a dual-boot with windows 7
View 1 Replies
View Related
Sep 23, 2010
I have some issue with QT in ubuntu , almost all QT application I cant use now. If I use Q4wine:
q4wine: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
If KGet
q4wine: symbol lookup error: /usr/lib/libQtSql.so.4: undefined symbol: _ZN14QObjectPrivate15checkWindowRoleEv
SMPlayer
smplayer: symbol lookup error: smplayer: undefined symbol: _ZN9QListData7detach3Ev
Like all my QT applications is facing problem, How I can reinstall the qt libs? I am using ubuntu 10.04.
View 2 Replies
View Related
Feb 17, 2011
I wanted to install an rpm package on two suse 10 systems. It installed successfully on one system but on the other it throws an error like
Code: error: Failed dependencies: rpmlib(PayloadIsLzma) <= 4.4.2-1 is needed by linuxProj-1-1.noarch
Now this means that rpnm package has no error but the rpm in itself is lacking some libs. So can anyone tell me that how can I download and add these libs to the already installed rpm. Note the difference between rpm and rpm package.
View 1 Replies
View Related
Mar 7, 2011
I need to use a lib developed by me in c in my php app but i don't now how. I will use it in Linux.
View 2 Replies
View Related
Oct 23, 2010
Is it possible to find out the source of libdb_cxx-4.3.so and other lib files in Linux? If yes, how?
View 6 Replies
View Related
Jan 19, 2010
I have been using Eclipse to program in Java for a long time, and have been using Jigloo for most of my GUI design. Recently I decided to try out the C/C++ plugin. I tried installing it, but it did not work. After many attempts, I finally gave up. However, after uninstalling it I found that Jigloo had stopped working. Any other plugins I try to install now also don't work. I have tried uninstalling and reinstalling plugins, and reinstalling eclipse, but nothing I have done fixes it. Although eclipse says that the software has been installed, nothing shows up in the features list or the plugins list.
Another problem: When I install eclipse from the repositories, it doesn't install a bunch of libraries and eclipse cannot recognize standard java files.
View 4 Replies
View Related
Mar 2, 2010
My friend just installed Ubuntu from cd on a computer without Internet connection. She hoped to be able to open some video and music files there, but it turns out there were no proprietary libs in the installer. And since the majority of the files were avi, mp3 and mp4, they couldn't be read.I am an experienced Linux user, but I have mainly dealt with Gentoo, plus I'm used to be able to download and install programs directly through a package manager. However since my friend's computer isn't connected we don't have that possibility.
how can I install proprietary libs (like for the formats mentioned) to this computer? Could they be available from the installation disc, and if so how do I get them? Can I transfer packages with a memory stick? (And is there some easy way to find all dependencies?) Or any other solution?I do have a 3G mobile modem dongle which perhaps we could use. However I have bad impressions of those and Linux. Will it work without a great deal of configuring (or extra software)? Otherwise, this method would mean an extra step.
View 2 Replies
View Related
Jun 15, 2010
Im trying to build ffmepg with shared lib under ubuntu 8.04 hardy. Im was following these instructions :
>> Install FFmpeg and x264 on Ubuntu Hardy Heron 8.04 LTS <<
But it was not for shared library. So in the part 7. I added "--enable-shared" to the "configure" command but when I compile ("make") I ve got an error:
"
/usr/bin/ld: /usr/local/lib/libopencore-amrnb.a(wrapper.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/libopencore-amrnb.a: could not read symbols: Bad value
[code]...
I read another thread saying how to resolve this error :
>> trouble with ffmpeg and shared libs <<
but its still make the error when i follow these instructions...
I decided to add "--enable-pic" flag to "configure" but the error still happen.
View 1 Replies
View Related
Feb 10, 2011
I recently upgraded my RHEL system from 5.5 to 6.0. When I went to install a 32-bit application I got the normal failure for missing 32-bit libs (/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory). With RHEL5, simply installing ia32-libs takes care of this problem.
In this case, a "yum search ia32-libs" shows no such package exits. So either it doesn't exist or I've got a yum config problem (although I can pull x86_64 packages just fine). If it doesn't exist, is there an equivalent package?
View 1 Replies
View Related
Mar 29, 2011
I was wondering if "Standard system utilities" is like a "must-have". I have installed Debian without "Standard system utilities" and "Desktop Environment" and everything went fine. I'm wondering if I may be missing anything?
View 4 Replies
View Related
Sep 11, 2011
I am trying to locate the ia32-libs package, no luck. This is for squeeze. Is there a source (for inclusion in sources.list) that serves this package?
View 2 Replies
View Related
Jul 23, 2009
Last night I was updating my system and I ran into some dependency errors. It seems like gecko-libs is having problems. here are my yum update results.
Code:
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package epiphany.i586 0:2.26.3-1.fc11 set to be updated
---> Package firefox.i586 0:3.5.1-1.fc11 set to be updated
--> Processing Dependency: gecko-libs = 1.9.1 for package: epiphany-2.26.3-1.fc11.i586
---> Package xulrunner.i586 0:1.9.1.1-1.fc11 set to be updated
---> Package yelp.i586 0:2.26.0-5.fc11 set to be updated
--> Finished Dependency Resolution
epiphany-2.26.3-1.fc11.i586 from updates has depsolving problems
--> Missing Dependency: gecko-libs = 1.9.1 is needed by package epiphany-2.26.3-1.fc11.i586 (updates)
Error: Missing Dependency: gecko-libs = 1.9.1 is needed by package epiphany-2.26.3-1.fc11.i586 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
Code:
sudo rpm -qa|grep yum
yum-3.2.23-3.fc11.noarch
yum-metadata-parser-1.1.2-12.fc11.i586
anaconda-yum-plugins-1.0-4.fc11.noarch
yum-utils-1.1.22-1.fc11.noarch
PackageKit-yum-0.4.8-2.fc11.i586
PackageKit-yum-plugin-0.4.8-2.fc11.i586
yumex-2.0.5-6.fc11.noarch
View 14 Replies
View Related
Oct 22, 2009
I assumed this had to be a FAQ, but after hours of searching, how to do this on FC11, but that didn't work with the yum on FC10. I don't need a huge list, but at least the basics (ld-linux.so, and I imagine the C++ compatibility libs).
View 2 Replies
View Related
May 27, 2011
After upgrading KDE from 4.6.0 to 4.6.3 SpiderOak will fail to run with message. Cannot mix incompatible Qt library (version 0x40703) with this library (version 0x40701). There's no more SO package in Non-OSS, apparently due to some support issues. That's a pity, since Dropbox had conceded access to US agencies, IMO SpiderOak is a really good option, and has been working very nicely until now. Anyway, Yast tells me that KDE 4.6.0 uses Qt 4.7.1, while 4.6.3 brings in Qt 4.7.3. A possible solution may be found here, originally for Qt 4.7.2. I'll try it and report.
View 5 Replies
View Related
Mar 22, 2011
There are three new "k1DZ 1n the Block" for CAD users in Linux :
Bricscad
Ares Commander Edition
Draftsight
there used to be Varicad, which also runs in 64 bits natively, as well as QCad ( 2D only ) and BRLCAD ( more of a solid modeler than a Drafting program ), both built from source. Those new K1dZ out there are awesome, but they only run in 32 bits. My system is Squeeze 64 Bits and has multilib enabled... i can install the *deb, and it complains about architecture, so i use --force.. default install is in /opt... still this asks for some libraruies which i do have for 64bits, but do not exist for 32...
So my questions are :
Should I install these 32 bits libraries to run the application ( mostly issues related to rendering ) they would land in /usr/lib32/...
But naming convention in apt or synaptic would still refer them by the same name as their 64 bits counterparts. How does apt (synaptic ) deals with this?
I find all this to much of an unnatural thing to do to my Squeeze install just to make an app fit and run. So far I can remove the app using synaptic but I am very reticent about installing those 32 bits specific libs required by the app. I already have the ia32-libs metapackage installed.
View 3 Replies
View Related