Fedora X86/64bit :: CMake Installed Location Changes

Aug 16, 2011

I'm trying to get Rigs of Rods working on Fedora, but I've run into problems. RoR uses wxGTK development version 2.9, but Fedora only uses the stable 2.8. When I compiled and installed wxGTK and other RoR depencies not available with yum, some installed to /usr/local/lib and not the CMake expected location /usr/lib64 (LD_DEBUG=libs /home/user/ror-trunk/bin/rorconfig) I had to add "CMAKE_CXX_FLAGS:STRING=-ldl" to CMakeCache.txt to get RoR to compile, and tried adding "CMAKE_LIBRARY_PATH:PATH=/usr/local/lib" and "wxWidgets_LIBRARIES:PATH=/usr/local/lib" to try and fix

ldd rorconfig | grep -i libwx
libwx_baseu-2.9.so.1 => not found
libwx_gtk2u_core-2.9.so.1 => not found
libwx_gtk2u_html-2.9.so.1 => not found
libwx_baseu_net-2.9.so.1 => not found
libwx_gtk2u_adv-2.9.so.1 => not found

but it didn't work. ldconfig hasn't helped either.

View 2 Replies


ADVERTISEMENT

Programming :: Cmake: Using Find_package(Boost) When FindBoost.cmake Is Not In The Default Location?

Feb 23, 2010

I am attempting to compile some code on a cluster where I do not have root access (and is missing many of the libraries I want), and hence have had to create local builds of the boost and opencv libraries (i.e. in /home/username/usr/local). In particular, my cmake depends on:

Code:

find_package(boost)

which my normal development machine finds in:

Code:

/usr/share/cmake-2.6/Modules/FindBoost.cmake

On the cluster I have a version of FindBoost.cmake at:

Code:

/home/username/cmake_modules

How can I tell CMake to look for FindBoost.cmake in that directory, since neither the cmake file, nor the boost install is in the standard location? I've modified the FindBoost.cmake file to make it search in the locally installed boost libraries.

[code]....

View 3 Replies View Related

Fedora X86/64bit :: Error: "Missing Dependency: Libnetfilter_conntrack.so.1()(64bit) Is Needed By Package Iptstate-2.2.1-5.fc11.x86_64 (installed)"

Nov 10, 2009

Today I got update notification. I type in terminal yum update, and get this error: Quote: Error: Missing Dependency: libnetfilter_conntrack.so.1()(64bit) is needed by package iptstate-2.2.1-5.fc11.x86_64 (installed) 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

I removed iptstate.x86_64, again run yum update, and than, ibnetfilter_conntrack got installed. I tried to install iptstate.x86_64 again, but i get Quote:

[Code]...

View 2 Replies View Related

Fedora :: Default Location For Newly Installed Files?

Jan 14, 2010

I installed fedora 12 very recently after which I installed a few files. I don't know where these files get installed. Is there a default location for newly installed files?
If there is one, is it possible to change the location?

View 1 Replies View Related

Fedora :: Set The Default Java Env Variable To New Installed Location

Sep 7, 2011

I installed new jre in linux. but i when i checked env variable $JAVA, it is showing old version. how to set the default java env variable to new installed location

View 1 Replies View Related

Fedora :: Having Both 32 And 64bit Java Installed?

Apr 15, 2010

Is it possible to have both 32 and 64bit java installed? I am trying to run the java SAP GUI. Im using F12 64bit and have got a working 64bit java. The SAP GUI errors when trying to connect and it looks like it wants 32bit. I found a doc saying to run the following which I have done but still not working.

export PLATIN_JAVA=/usr/java/jdk1.6.0_06/jre/bin/java
export PLUGIN_HOME=/usr/java/jdk1.6.0_6/jre/plugin
export JAVA_HOME=/usr/java/jdk1.6.0_6/jre

changing to my location of java. My java setup is as follows but im not sure whats going on.

java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
[ltodd2@UK00855F java]$ alternatives --config java

There is 4 program that provides 'java'.

Selection Command
-----------------------------------------------
1 /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
2 /usr/lib/jvm/jre-1.5.0-gcj/bin/java

[code]....

View 6 Replies View Related

General :: Installed Fedora 10 On Windows7 64bit But Doesn't Boot After Installation

Jul 28, 2011

iam new to linux i installed fedora 10 on windows7 ultimate 64bit after intallation the fedora system doesent boot, but windows7 work properly. i instlled fedora 10 in seperate fee partiotion

View 2 Replies View Related

Fedora Installation :: Installed 32bit On 64bit System - Salvage Anything Or Back Up The Home Directory?

Jun 2, 2010

Sometimes you get more than you ask for and in this case, I did: I had no idea (had the computer for a few years now) that I was running a dual core 64 bit machine. The silly thing is that I have 32bit Fedora 11 on it, 32 bit versions of all my installed software...etc., etc. Am I able at this point to salvage anything or is it best to just back up the home directory and then do a reinstall?

View 8 Replies View Related

OpenSUSE :: Moodle 2.02 Dataroot Location Is Not Secure Error - 11.4 - 64bit

Mar 23, 2011

I have opensuse 11.4 in which I am trying to install Moodle 2.02 on my server. In the install.php it asks for where you want to place your moodle and moodledata directories, which in the default installation of Moodle in Opensuse is /srv/www/moodle and /srv/www/moodledata. It initially automatically fills in /srv/moodledata for the moodledata directory. When I change it to the default opensuse location it balks at the /srv/www/moodledata with "Dataroot location is not secure". It won't let me get past it. I have Moodle 1.99 running on opensuse 11.1 with those same directories. What can I do to get around this error message?

View 4 Replies View Related

Fedora :: CMake Can Not Find OpenSceneGraph?

Jan 20, 2010

My problem is: CMake can't find OpenSceneGraph package,in spite the fact that it is installed. I tried re-installing it with yum,Furthermore, I do not even know where it is installed, but if I did, I might set up some environment variables to help CMake find it.I for it, and what I found are some libraries in /usr/lib64/, but only regarding osgdb (a part of osg), and directory /usr/lib64/osgPlugins-2.8.2, again filled with files prefixed with osgdb_ and osgWrapper_.Background:I have set up Fedora 11 system in a virtual machine(vbox), in order to be able to use valgrind for memory leak hunting on my project. This project is configured with CMake from the start - so it should be portable. osg is one of the used libraries - and now it makes problems. When I tried uninstalling osg with yum, osgdb_ libs remained behind. If I can completely remove osg, I can download source and compile it and install it by myself - I will try this if no one knows where osg gets installed.

View 2 Replies View Related

Ubuntu :: Specific Location For Installed Programs?

Jan 9, 2011

Yesterday, I downloaded qt and gcc by using "synaptic package manager" tool.Where does those programs intstalled?Well, in windows the programs are installed in c:Program Files folder. Similarly, is there a specific folder that the newly installed programs are placed?

View 4 Replies View Related

Ubuntu :: Finding The PostgreSQL Installed Location?

Mar 24, 2011

I'm using ubuntu 10.04 and PostgreSQL 8.4.7. I need to find out where PostgreSQL is located so I can run commands. I successfully installed PostgreSQL without changing any of the defaults. Matthew & Stones' Beginning Databases with PosgreSQL From Novice to Professional, as well as the PostgreSQL documentation, indicates the standard location is /usr/local/pgsql/bin/ but it's not there; it's somewhere else (ps -el | grep post confirms it IS running and psql is able to do du to display the list of users and l to display the list of databases).

But when I tried to create a new user by running /usr/local/pgsql/bin/createuser the command was not found. I tried to locate the installation by running pg_config --bindir but it said pg_config was not installed. I downloaded pg_config and its dependencies and tried to install them with the package installer, but it wouldn't go because something is wrong with the libkrb5-3 and libkrb5support0 packages - they won't install and the package installer just zips through without reporting missing dependencies or anything. The MD5, SHA1, and SHA256 checksums all match, but they just won't install. I then tried the libk5crypto3 package just to make sure something wasn't wrong on my end - it installed fine. So I searched the PostgreSQL FAQ and found out how to get the version without pg_config by doing a SELECT version(); query. here appears to be no corresponding SELECT bindir(); query. A plain ordinary file search for pgsql, postgresql, etc.

View 3 Replies View Related

Fedora X86/64bit :: Installed The "bleeding Edge" 11 Once Again?

Oct 12, 2009

was waiting to install the "cutting edge" Fedora 11 and I did it immediately after its official release. The 1st day I installed the Fedora 11 ...... the system declared a kernel problem. I don't know what was its problem. Anyway I continued with this OS and I was taken day by day all the official updates. I could see everyday that the system was not stable enough. Problems - problems - problems..... Sometimes there was a critical ext4 nfs error but my hard disk is new and ok. Fedora 11 was the only OS into this hard disk. So....I installed the "bleeding edge" Fedora 11 once again - I took again all the official updates and I tried again. Nothing better. Today Iam sure that the ext4 file system is the main problem here, it is quick but not secure enough. That is my conclusion. Yesterday Okt 11 2009 I installed again the Fedora 10 OS with the old ext3 file system and Iam so good again.

View 8 Replies View Related

General :: Find Installed Location Of RPM Package In Unix?

Mar 26, 2010

Using rpm -qa | grep -i <pkgname> gives if a package is installed or not.

But, I would like to find out where a package is already installed i.e the location where a particular package is installed say /opt/<pkg>

View 2 Replies View Related

Programming :: Source Code To Get The Location Of Installed Files After Rpm Installation

Jul 25, 2011

The rpm command to get all the list of all installed file location after rpm installation is rpm -ql <rpm file-name>

View 7 Replies View Related

Fedora X86/64bit :: Install Skype On A 64bit Fc14 And The 32bit Doesn't Work

Feb 16, 2011

I am trying to install skype on a 64bit Fc14 and the 32bit doesn't work.

View 8 Replies View Related

Fedora X86/64bit :: Skype Static Version On 64bit FC10

Mar 16, 2009

Downloaded from here: [URL] then ,it is 32-bit and I need to know what all 32-bit libs are needed as dependency for skype to work. I am on Gnome Fedora and purposefully selected static version of skype to prevent installation of libqt4.

View 2 Replies View Related

Fedora X86/64bit :: Same Fortran Code, Different Results For 32 And 64bit System?

Jan 15, 2010

I have the simple fortran codes as:

Code:
integer :: i1=2455121, i2=2455121
real :: s1=0.19123840, s2=0.20749992
real*8 :: a1, a2
a1=i1+s1; a2=i2+s2

[Code]....

When s1 and s2 are stated with 'real*8', the 64bit and 32bit systems get the same results.

View 6 Replies View Related

Fedora X86/64bit :: No Sound In F X86 64bit In Sony Vaio Laptop?

May 24, 2010

I just bought sony vaio laptop(EB16) couple of days before.I had window 7 OS. Two days before i downloaded Fedora-12-x86_64-DVD & installed in my PC.Everything is working fine except when i play any video or audio file such as .avi, .mp3 from any player such as vlc player, movie player ,xine etc , i don't get any sound.I tried to search this problem in internet but still i am not able to resolve this problem.

[Code]...

View 14 Replies View Related

Fedora X86/64bit :: F15 64bit Send Receive Sms Via Usb ZTE Mobile Modem?

Aug 18, 2011

Im trying to set up my 3G modem to recive and send sms but I had no luck so far

Code:

Bus 002 Device 010: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636Im I tried with gnokii and wammu and many other things and did not want anything to do

View 1 Replies View Related

Fedora X86/64bit :: Work Correctly With Firefox 3.5 And F11 64bit?

Aug 15, 2009

Can anyone get the website below to work correctly with Firefox 3.5 and F11 64bit?[URL]...All I see is the background scrolling slowly and jerkily, none of the buttons at the bottom work. Reboot into Windows 7 and IE8: the same site is fast, smooth, the buttons work and the product details appear correctly in the centre of the screen.

I've tried disabling all adblock /pop up block options, ensured all javascript options are enabled and no change. Could this be a problem with the 64 bit flash player (installed from leigh's sticky thread) or a problem with OpenJDK?

View 4 Replies View Related

X86/64bit :: Official NVIDIA Drivers For 64bit Of Fedora?

Feb 4, 2010

Only asking if there is any official NVIDIA drivers for 64bit of fedora ?

And, What is the best alternatives ?

Also, What is the best graphics card to use with Fedora 64bit so i buy it ?

View 3 Replies View Related

OpenSUSE Hardware :: 11.2 KDE (64bit) Installed - How To Setup CUPS

Feb 20, 2010

I've just installed 11.2 KDE 64bit and I'm having trouble getting CUPS setup. I have a hp5440 deskjet that is not listed but I have used another model in the past with another distro. But when I put in my username and password it doesn't take it. there is no other password. How do I set up CUPS? Can I used hplip instead?

View 3 Replies View Related

Ubuntu :: Slow Internet Speeds After 11.04 64bit Installed?

Jul 29, 2011

I have recently switched to Ubuntu 11.04 64bit from Windows 7. Since installing 11.07 I have experienced random disconnects, slow speeds and just overall poor performance from my ethernet card. Looking into the issue further I noticed that the driver installed for my NIC is "driver=r8169", but the actual NIC card is "product: RTL8111/8168B PCI Express Gigabit Ethernet controller" which I think pretty much says I should be running the 8168 driver.

When I run lsmod I only see "r8169 " installed. How do I go about getting and installing the r8168 driver? I am pretty sure I just need to install this driver and then blacklist the r8169 in blacklist.conf. Any clarification would be great.

View 3 Replies View Related

General :: CentOS 5 64bit Installed But All Dependencies Are 32bit

Oct 7, 2010

I have installed centos 5 64 bit in my machine but all the dependencies like php, httpd, glibc, gcc, gd, openssl and others are 32 bit, I need them to be updated to 64 bit.

View 7 Replies View Related

OpenSUSE :: Running Suse 11.3 64bit And OpenOffice 3.2.1.4 It Installed With The System?

Feb 5, 2011

I am running Suse 11.3 64bit and OpenOffice 3.2.1.4 it installed with the system.OpenOffice's latest is 3.3 something, is there a repository that I can add to continuously update the program? Or do I need to completely remove the present program and install the latest from OpenOffice.org? It would appear that the one that came with the system was pieced together by the Suse team - do they update this at all?

View 7 Replies View Related

Ubuntu :: 64bit Version Not Installed For Dual Boot With Win7

Oct 29, 2010

So I decided to try something new and fresh. I wanted to try ubuntu. So I download the 64bit version from here. I made a 25GB partition. I then Wubi found out I didn't need the original file since it was downloading something else. I installed it, rebooted.

Windows comes up with a prompt:
Boot from:
Windows 7
Ubuntu

I click on Ubuntu. This comes up: [URL]. I am fairly new and I don't know what to do. I did research and nothing really showed. I then burned the said 64bit version and tried to do a Live CD but it didn't reboot into ubuntu. I really want to try ubuntu? I am going to re-install again.

View 8 Replies View Related

Server :: Installed PureFTPD With MySQL On Debian 5 Lenny 64bit?

Aug 23, 2010

Been working with this problem for over a week now and has come to a dead end, I have installed pureFTPD with MySQL on Debian 5 Lenny 64bit. My problem is I can't login with the users in the sql-database, but for some strange reason, I'm allowed to loggin as anonymous. Unix users can't login either.

I have followed the guide on: [URL]..

- Created a ftpgroup and ftpuser.
- Created a database ftpd
- Created a user vhosts and given access to ftpd db
My configurations files
/etc/pure-ftpd/auth/30mysql
Code:
/etc/pure-ftpd/db/mysql.conf
/etc/pure-ftpd/db/mysql.conf

[Code]...

View 1 Replies View Related

Fedora X86/64bit :: BBC IPlayer Desktop And AIR On 64bit?

Oct 17, 2009

Edit: now working, thanks very much Leigh and Dangermouse.

Anyone successfully installed AIR and iPlayer on F11?

I've switched to 32 bit Adobe flash, tried Autoten for AIR and Dangermouse's advice for iPlayer: url.html but it's not working, and trying to install AIR from url results in an endless busy downloading graphic .

I assume my problem is a lack of required packages, though I searched the repositories using YUM extender for the packages listed here: url.html and can't see them either as installed or available.

View 14 Replies View Related

Fedora X86/64bit :: IBM Lotus Symphony On 64bit 11?

Oct 18, 2009

I want to install IBM Lotus Symphony on my 64 bit system, but yum only finds 32 bit version.

View 14 Replies View Related







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