From: Hans E. <eng...@gm...> - 2007-07-11 14:49:50
|
I had the same problem today ... on CentOS 4 (which is built from the RHEL4 src.rpms) and in my case it ended up being /usr/lib/libXcompext.so.1 which is installed by NX (one of them anyway not sure if it is nxclient or nx itself). Removing NX did not help so I deleted the lib completely and it ran fine after. Very weird for some reason it was getting loaded up in the build of the testprogram and returned a bunch of errors on unreferenced _NX* symbols. Just don't feel up to testing it further but thought I would share. Cheers, Hans On 7/11/07, Hans Engelen <eng...@gm...> wrote: > I had the same problem today ... on CentOS 4 (which is built from the > RHEL4 src.rpms) and in my case it ended up being > /usr/lib/libXcompext.so.1 which is installed by NX (one of them anyway > not sure if it is nxclient or nx itself). Removing NX did not help so > I deleted the lib completely and it ran fine after. Very weird for > some reason it was getting loaded up in the build of the testprogram > and returned a bunch of errors on unreferenced _NX* symbols. > > Just don't feel up to testing it further but thought I would share. > > Cheers, > Hans > > On 12/13/06, Sand Philipp <Phi...@sy...> wrote: > > THANKS A LOT!!! > > > > It's working now! Wow, I wasted hours for solving this, next time i'll = try to ask the list a little bit earlier :) > > > > BTW, with the xorg-x11-devel installed, it's working with the "out of t= he box" installation packed. No changes to do in the configure script. > > > > Thanks again! > > > > Philipp > > > > > > > -----Urspr=FCngliche Nachricht----- > > > Von: Florian Gleixner [mailto:fl...@bi...] > > > Gesendet: Mittwoch, 13. Dezember 2006 09:41 > > > An: Sand Philipp > > > Cc: per...@li... > > > Betreff: Re: AW: [Perfparse-users] compilation problem perfparse on r= hel4 > > > > > > Here is the problem: > > > > > > Sand Philipp wrote: > > > ... > > > > /usr/bin/ld: cannot find -lXpm > > > ... > > > > > > You either have the Path to libXpm.so not in your linker path, or the > > > package providing the lib is not installed. > > > > > > Usually we see the second case. Check if you find the file > > > /usr/X11R6/lib/libXpm.so > > > or on a 64 Bit System > > > /usr/X11R6/lib64/libXpm.so > > > > > > If it is not there, install the package providing the file. On my ver= y > > > old Mandrake the package's name is libxpm4-devel, on my newer Suse it= is > > > xorg-x11-devel. > > > > > > Rerun configure and if you encounter the same error, check if the lin= ker > > > fails to find another library. > > > > > > > > > > > I hate linux for doing this to us ;) > > > > > > > > > > Dependencies in package databases like rpm are not always perfect. In > > > this case the gd-devel package should depend on the x11 development > > > package. > > > > > > Flo > > > > > > > > > ***********************************************************************= ********************************************************* > > sycor plastics - die Branchenloesung fuer die Kunststoffindustrie = www.sycor-plastics.de > > > > sycor plastics - the solution for the plastic industry = www.sycor-plastics.com > > > > ***********************************************************************= ********************************************************* > > > > > > > > Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Info= rmationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger sin= d, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachrichti= gen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder vertr= agliche Verpflichtungen ein oder uebermittelt rechtsverbindliche Angebote, = die in Form von E-Mail versandt werden, sofern dies nicht ausdruecklich in = schriftlicher Form zwischen den Parteien vereinbart wurde. > > > > This e-mail is confidential and may contain personal and/or privileged = information. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does not= agree with contracts or contract obligations sent by e-mail, neither do we= transmit legally binding offers by e-mail, unless this is not expressly ag= reed upon between the parties and documented in written form. > > > > > > -----------------------------------------------------------------------= -- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share= your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV > > _______________________________________________ > > Perfparse-users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > |