Ubuntu Installation :: Could Not Find Platform Independent Libraries <prefix>

Oct 13, 2010

I ran 'sudo apt-get install python', which completed successfully. According to [URL] this should have created the directory /usr/lib/python2.6, but I do not see any such directory.This is causing problems:

$ python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]

[code]....

I've tried 'apt-get purge python' and then reinstalling but this has not resolved the issue.

View 6 Replies


ADVERTISEMENT

Fedora :: Yum Will Not Run - Error "Could Not Find Platform Independent Libraries <prefix>"

Jul 27, 2011

It has been working fine until today where I've been trying to get a application installed that I used on fedora12 ok called SecureCRT. It looks like it was not running because of a python lib. My system has libpython2.7.so and it wants 2.4. The developers for SecureCRT said they have not written it for F15 yet but will for next release but try install with nodeps and symlink 2.4 to 2.7. This did not work. I copied libpython2.4.so.1.0 and a link to libpython2.4.so from my old F12 box onto the new one and the app started working a treat but no I've noticed that yum no longer works and can only think its this. I have removed the the 2.4 files but still nothing. the error I get from yum is:

yum Could not find platform independent libraries <prefix> Could not find platform dependent libraries <exec_prefix> Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] 'import site' failed; use -v for traceback There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: No module named yum Please install a package which provides this module, or verify that the module is installed correctly.

It's possible that the above module doesn't match the current version of Python, which is: 2.4.6 (#1, Mar 23 2010, 12:56:48) [GCC 4.4.3 20100127 (Red Hat 4.4.3-4)] If you cannot solve this problem yourself, please go to the yum faq at: [URL] How do I fix this and is it possible to have both versions?

View 13 Replies View Related

General :: Which IPC Method Are Platform Independent?

Apr 16, 2010

We are normally using IPC for exchange of data between multiple threads or processes. Out of following IPC which are platform independent and why they are platform independent?

1. FILEs
2. Socket
3. Named Pipes
4. Shared Memory
5. Message Queue.

View 1 Replies View Related

General :: How To Find Server Platform

May 23, 2010

i need to install ioncube loader. from the download page, there are many selections for linux @ [URL]

-Linux (x86)
-Linux (x86-64)
-Linux (ppc)
-Linux (ppc64)

how can i find out which linux's platform from the command line?

View 2 Replies View Related

Ubuntu Installation :: Can GRUB2 Work As Independent Bootmanager?

May 25, 2011

I assume that I have not understand grub2 correct and need help.In the past I have used grub legency in the following configuration.SDA6 = 2 GB partition ONLY for grub as bootmanager.I have sda1-sda3 and sda7 to sda9 as system partitions.As backup I used TAR to an nas system and this way I could restore any partition from the tar file to any partition on my harddisk.The only part which I did manual was edit FSTAB on the recovered partition and modified the grub menu.cfg.This way my bootmanager was independent from any operating system and partition (except sda6).When I replace the harddisk, a recovery of grub legency was easy and after I copied the backup files back to sda6, I could continue to to restore the tar files and my system was up and running again.

Now with grub2 each linux installation thinks it is the master of my harddisk and takes over control from my sda6. Yes it discovers other linux versions etc but I loose control over my bootmanager.How can I use grub2 with an independent bootpartition (sda6) and how can I configure this bootpartition (sda6) from each installed linux partition? With other words no FIXED linux partition is responsible for my bootmanager. for someone asked why I need more versions of linux � the free vmware server 2 does not work on newer versions of linux. The latest vmplayer can not work with newer version of firefox. This is ONLY an example why I have more as one version of linux.

View 7 Replies View Related

Programming :: Check In C App What Has Been It Installation Prefix?

Apr 10, 2010

I'm writing a application which uses translates and I wonder how to check what has been prefix of it's installation to check where translation files are stored. I'm using cmake so maybe is there some preprocessor definition of installation prefix

View 4 Replies View Related

Ubuntu :: Program Find The 32-bit Libraries On A 64-bit System?

May 19, 2010

A 32-bit program (Cisco AnyConnect VPN Client) appears to be trying to load a library from /usr/lib even though the 32-bit library is installed in /usr/lib32:

ak@myo5a:~$ /opt/cisco/vpn/bin/vpnui
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so

[code]....

View 7 Replies View Related

Software :: Cannot Find Mpicc Libraries

Jan 6, 2011

I am trying to compile some software written by a colleague in the lab that uses mpicc. When it is compiled on his account, it works fine, but fails on mine (on the same machine). When I type simply

>mpicc

I get the error

/usr/lib64/mpi/mpi-openmpi-intel/usr/bin/mpicc: error while loading shared libraries: libintlc.so.5: cannot open shared object file: No such file or directory

I am hesitant to mess around in .bashrc or .aliases before I have a little more information.

View 4 Replies View Related

Programming :: Gcc Cannot Find FastCGI Libraries

Jan 6, 2010

I've been trying for days now to build my first FastCGI application using gcc.

This is the output:

Code:

I believe I wouldn't have to refer to the lib path, but I added the -L flag to be sure.

The directory /usr/lib includes (among others) these files:

Code:

I have tried to follow these instructions. The files in the tar.gz archive provided by FastCGI.com no longer corresponds to the instructions there, but I was still able to run the ./configure and make commands so I believe FastCGI is installed.

But why can not the library be properly linked to? Really hope you can help me out on this one!

View 2 Replies View Related

Debian :: Find The System Libraries Online?

Sep 14, 2010

I accidentally deleted one of the libraries in /lib or /usr/lib and now when I boot into Debian, it won't load the GUI. I get an error message saying that something failed because the library needed did not exist (I couldn't read it because the text was scrolling by so fast, so I don't know exactly what it said). I need to find an archive or something of all the system libraries for Lenny so I can reinstall them. Is there a place online where I can download them?

View 7 Replies View Related

Debian Configuration :: Programs Can't Find Libraries

Jun 24, 2015

As title says, running unetbootin throws this error [URL]...... I can easily find the files myself (go to synaptic > look at installed files > scroll down) and I can't remove/purge because they would require me to remove some important software (XFCE).

FIX: Required some more 32 libraries.

View 6 Replies View Related

Fedora :: Where To Find The Qt Libraries - Building An Rpm Failed

Apr 5, 2010

where can i find the qt libraries..?? building an rpm failed.

Code:
checking for Qt libraries... no :-(
configure: error:

I can't find the Qt libraries. It is recommended to set the QTDIR environment variable. Install the Qt libraries, or if you have them installed, override this check with the --with-qt-libraries argument, and I'll take your word for it. i got qt and qt-devel

View 7 Replies View Related

General :: Libraries - App Doesn't Find A .so File?

Aug 4, 2010

I have just downloaded, configure'd, make'd and make install'ed the Google Log Library to my computer. It built all required files (as far as I can see) and copied the .so file (libglog.so.0.0.0) to /usr/local/lib. Then it created two symbolic links called "libglog.so.0" and "libglog.so" that point to that shared object file:

lrwxrwxrwx 1 16 /usr/local/lib/libglog.so -> libglog.so.0.0.0
lrwxrwxrwx 1 16 /usr/local/lib/libglog.so.0 -> libglog.so.0.0.0
-rwxr-xr-x 1 498381 /usr/local/lib/libglog.so.0.0.0

Now I'm trying to execute a program that uses the library, but when I start it, I get the error message that it can't open the so-file:

cloud:/home/blam/redirector/redirector2# ./redirector ./redirector: error while loading shared libraries: libglog.so.0: cannot open shared object file: No such file or directory

/usr/local/lib is included in my /etc/ld.so.conf file, and another library that's located in this directory is loaded correctly.

View 1 Replies View Related

Ubuntu :: Unable To Find X Libraries When Configuring Firefox With Intel C Compiler

Apr 5, 2010

I'm using Karmic 64bit.

I tried to build firefox with PGO using Intel C Compiler (icc), but, configure gave this error message.

Code:
configure: error: Could not find the following X libraries: -lX11 -lXext -lXt
*** Fix above errors and then restart with "make -f client.mk build"
When I tried it using gcc, there's no error msg. What can I do?
My .mozconfig file is...
Code:
export CC=icc

[Code]....

View 2 Replies View Related

Debian Hardware :: Unable To Find Suitable Destination To Install 32-bit Compatibility Libraries

Feb 24, 2016

I am trying to install some NVIDIA drivers on my machine. I went through the process and got this message:

Code: Select allWARNING: Unable to find a suitable destination to install 32-bit compatibility libraries. Your system may not be set up for 32-bit compatibility. 32-bit compatibility files will not be installed; if you wish to install them, re-run the installation and set a valid directory with the --compat32-libdir option. URL...Where in I ran this in the terminal to create the 32-bit document tree.

Code: Select allsudo apt-get install ia32-libs

E: Package 'ia32-libs' has no installation candidate.

I really just want to get these NVIDIA drivers up and running. I already installed and updated the headers to just be able to half-way install the drivers (the second monitor works now).

View 6 Replies View Related

General :: Use Always The Latest Versions Of The Libraries And Don't Save The Old Libraries For Compatibility?

May 11, 2011

Why many Linux distros are trying to use always the latest versions of the libraries and don't save the old libraries for compatibility? I mean, I can see libtiff for example, i can found a libtiff.so.5 on my /usr/lib, but doesn't store a libtiff.so.4 or 3 just for binary applications or games. For this example, I need libtiff.so.4 for uplink.

That should happen too on the old version of sims for linux, some ID games or others.What's wrong with storing old libraries? PD: Yay, my first post on 3 years!

View 6 Replies View Related

Ubuntu :: Installation Error: "prefix" Is Not Set?

Jun 4, 2011

I decided to use Ubuntu-11.04 a few days ago. Start with "Live-CD". I downloaded and installed as instructed but i get this error when i reboot my computer: -------------- "prefix" is not set? -----------------------I tried 4 times to reinstall but i got the same result.Any way, my current OS is WinXP SP2

View 6 Replies View Related

Ubuntu Installation :: Software Versions On 64bit Platform

Apr 19, 2011

I just wanted to know whether Software Center/Synaptic install 64bit version of the various softwares (e.g Thunderbird, Gimp etc.) automatically when running on Ubuntu 64 bit??

View 3 Replies View Related

Ubuntu Installation :: Transfer All The Hosting To Platform - .net Is Not Supported?

Jun 23, 2011

I have a website hosting on a windows server with its ads being hosted on .net. i want to transfer all the hosting to ubuntu platform now but i dnt know what alternative to use for .net as .net is not supported by any linux distro.

View 1 Replies View Related

General :: Using Dynamic Libraries As Static Libraries?

May 6, 2010

Is there any way to use a dynamic libraries as a static libraries instead when compiling, so that my resulting executable won't have them as dependencies?

View 3 Replies View Related

OpenSUSE Install :: Get The Message "configure Can Not Find X11 Libraries"

Dec 13, 2009

I have a problem with linux, I got the message "configure can not find x11 libraries" while I was installing xvista program on suse 10.3, Do you know what is the problem?

View 2 Replies View Related

Red Hat / Fedora :: Installation Of Php - Platform With Remote Postgresql Support

Oct 18, 2010

I have two machines. One is for web server and the other is for database server.I need to install php in the web server and postgresql in the database server. I installed postgresql. But could not install php as it needs postgresql library during configuration steps.

View 1 Replies View Related

Debian Installation :: Transfer Files From Squeeze Platform To Windows?

Mar 8, 2011

Last month I installed (not upgrade) squeeze in place of lenny on my dual boot laptop where the other OS is windows 7 Home basic (both C and D drives). I just noticed it today that while I can get any file from the windows to my squeeze I am not permitted to put any file to windows. As far as I remember I was not asked during squeeze installation whether the windows drives would be read-only drives. This difficulty was not faced when I had lenny. Can this problem be remedied now without going through a re-installation?

View 3 Replies View Related

Slackware :: Wine 32 Bit On Slackware 13 64 Bit - Configure Can't Find Some Libraries

Oct 19, 2009

Now i have 64 bit computer i installed Slackware 23 64 bit on it. i followed Alien Bob's multi lib how to and installed needed libraries one by one. everything is fine expect wine configure script can not find some libraries needed: libgsm, libmpg123, libopenal, libxcomposite.

I have already installed 32 bit compatibility packages and used /etc/profile.d/32bit.sh as recommended in Alien Bob's howto. configure -- does not really list anything for pointing for libraries.

View 14 Replies View Related

Ubuntu Multimedia :: HOW TO MPD With PulseAudio Independent On X

Feb 7, 2010

This tutorial is meant for Ubuntu 9.10 Karmic Koala, but it might work in earlier or later versions as well. I wrote this tutorial mostly because it took me a full day of work using lots of help from people on #mpd and #pulseaudio from the FreeNode IRC server.The goal is to get the MPD daemon working using PulseAudio, but without it being dependent on the X server or a session. To do that we must configure PulseAudio to run in system-wide daemon mode (which is not recommended by the developers, but in this case we do not have a choice). This means it will be using the /etc/pulse/system.pa config file instead of the usual /etc/pulse/default.pa. We must also make sure the appropriate user/group permissions are set, or PulseAudio will be rejecting the connections.The result will be an interrupt-less music environment, not dependent on the X server. Meaning we can for example log out and log in without the music having to stop for even a second. Switching TTYs (Ctrl+Alt+Fx) will also keep the music playing (not possible by default). All that and PulseAudio will still be able to detect and configure all your devices automatically.

Instructions: Make sure you add your username to the following system groups: pulse, pulse-access and audio.Do that by going to System --> Administration --> Users and Groups.Click the unlock button (the one with a picture of some keys), then click Manage Groups. In the list of groups that pops up, for each of the previously mentioned groups click "Properties" and select all the users that you want to have this functionality.

View 9 Replies View Related

Ubuntu :: Flash Drives Independent Of OS?

Jul 4, 2010

I'm buying a new memory stick online, but on the page I'm buying it from, it says "OS Required: Microsoft Windows XP, Apple MacOS X 10.1.2, Microsoft Windows Vista / 7" so I'm wondering does this mean it won't work in Linux (Ubuntu)? Because i thought that flash drives were independent of OS.

View 8 Replies View Related

Ubuntu :: Independent Configuration For Each Of 4 Desktops?

Oct 22, 2010

How to set independent configuration for each of the workspace, the 4 workspace that could be switched from the bottom-right corner?Gnome supports 4 workspace, but now it seems on my computer all of them share the same wallpaper, same files and folders on the desk, and the same google gadget. But I'd like to put different kind of files on different Gnome desktop. How should I do?

View 1 Replies View Related

Ubuntu :: Way To Add All Of Them In Prefix At Once?

Jan 20, 2011

I've got a /64 range on my vps and would like to add them all so i can use them currently i'm adding them like: ifconfig eth0 inet6 add ipv6ip/64.Is there a way to add all of them in the prefix at once??

View 1 Replies View Related

Ubuntu Servers :: Does Every Single Update Need Independent Reboot

Jun 17, 2010

My server keeps displaying a message: "The computer needs to restart to finish installing updates. Please save your work before continuing" every time I log on. Last night I did four consecutive reboots but the message is still there. I log i remote with NX / Gnome. Synpatic shows "0 to install/update 0 to remove".Is this normal? Does every single update need an independent reboot, so there is a queue to catch up with? Or is there some reboot flag that is not resetting properly after reboot?

View 9 Replies View Related

Ubuntu :: Changing Panel Color Independent Of Theme?

Oct 17, 2010

does anyone know how to change the panel colors independent of theme? I like the theme I am on, but I want to lighten up my panel colors a little to contrast morwith my background.If you are wondering, I tried gnome-color-chooser and I cannot figure out how to change every panels color with that in 10.10; just parts of panels.

View 2 Replies View Related







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