Re: ldconfig issue after compiling and installing software

2012-03-16 Thread Steven Oliver
On Fri, Mar 16, 2012 at 12:51 PM, Rick Stevens wrote: > On 03/15/2012 06:56 PM, Steven Oliver wrote: > >> I'm currently pulling the falcon programming language from git and >> installing it myself instead of pulling it from yum. >> >> After pulling it, compiling it, and installing it (sudo make i

Re: ldconfig issue after compiling and installing software

2012-03-16 Thread Rick Stevens
On 03/15/2012 06:56 PM, Steven Oliver wrote: I'm currently pulling the falcon programming language from git and installing it myself instead of pulling it from yum. After pulling it, compiling it, and installing it (sudo make install) it's failing to run telling me: root@odrade:/usr/local/lib $

Re: ldconfig issue after compiling and installing software

2012-03-15 Thread Richard Scobie
Hi Steven, Steven Oliver wrote: And I updated ld.so.conf to include /usr/local/lib before running ldconfig: root@odrade:/etc $ cat ld.so.conf include ld.so.conf.d/*.conf include /usr/local/lib You are close :) Remove your added include and create a file called "local.conf" or something sim

ldconfig issue after compiling and installing software

2012-03-15 Thread Steven Oliver
I'm currently pulling the falcon programming language from git and installing it myself instead of pulling it from yum. After pulling it, compiling it, and installing it (sudo make install) it's failing to run telling me: root@odrade:/usr/local/lib $ falcon falcon: error while loading shared libr