Can I suggest export LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH instead?
On Sun, 16 Jan 2005 10:51:45 -0800, Paradigm Lozt <[EMAIL PROTECTED]> wrote: > > Thanks for the tips, guys. > > DOOMster, I had already run the ldconfig when I > set up the environment with Xerces. However, far be it > for me to ignore good advice so I gave > it another go just to be on the safe side, but > still no joy :( > > I got Jeff Moss's suggestion later in the digest: > ================================================== > Message: 3 > From: "Jeffrey Moss" <[EMAIL PROTECTED]> > To: <[email protected]> > Subject: Re: [hlcoders] Linux- Compiled VCPM runtime eror > Date: Fri, 14 Jan 2005 12:01:43 -0700 > Reply-To: [email protected] > > export LD_LIBRARY_PATH=./ > > Good luck with the rest of the problems :-P > > -Jeff > ================================================= > > And that did the trick. Looking back it makes > sense to me now because those libs are obviously > not in the std library path, I just assumed that > the "make" or VCPM would have made provisions for > that. Well I guess my ASSumption was wrong. DOH! > > I'm thinking that perhaps this step should be > mentioned in the Linux compile instructions on > the valve-erc, as well as specifying that the > Linux box should have a steam/source install > on it. ( I had just copied the sdk over from a > windoze box originally) > > I'm getting a rather ominous feeling from Jeff's > "Good luck with the rest of the problems" note... > > Thanks again, it compiles now and > "Look Ma, no compiler errors!" > > -G. "Sparken" Sparks > Oz Deathmatch > > On Fri, 2005-01-14 at 23:48, DOOManiac wrote: > > I ran into this same problem too. Found this page: > > http://article.gmane.org/gmane.comp.gis.gdal.devel/3469 > > which suggested to run > > /sbin/ldconfig > > to fix the problem. > > > > I don't have root access on the box I have SSH for, so I asked the guy > > who does to run this and then it all worked. > > > > ------------------ > > Russell "DOOManiac" Weed > > ------------------ > > [EMAIL PROTECTED] > > ------------------ > > > > Paradigm Lozt wrote: > > > Hi Gang, > > > > > > I haven't read through the last couple of weeks' > > > submissions, so I hope I am not repeating a prior > > > question... > > > > > > In trying to compile the SDK for HL2 in Linux, I > > > Plugged in the relevant values into the initial > > > makefile per the valve-erc linux compile guide. > > > the make runs and creates the links to tier0, etc > > > and creates the vcpm program, then it attempts > > > to execute the vcpm and fails saying it cannot > > > open shared libraries tier0_i486, etc. I don't > > > see any permission issues... > > > > > > I have gcc 3.4.4, Xercecs 2.6.0, Glibc, etc, > > > all the requirements in the linux compile > > > guidelines and can't think of what the problem > > > might be as it is not really clear to me what the > > > vcpm is trying to do. > > > > > > Has anyone got any ideas, fixes? Or perhaps > > > I can manually do whatever this vcpm program > > > is trying to do? > > > > > > G. "Sparken" Sparks > > > Oz Deathmatch > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list archives, > > > please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

