Oh boy... That seems like a pretty big issue... My configure options for grass have 64-bit enabled, so shouldn't that set it up to look for all 64-bit architecture? The contents of /etc/ld.so.conf.d/ are libc.conf and x86_64-linux-gnu.conf. The firs contains "# libc default configuration \n/usr/local/lib", and the second contains "# Multiarch support \n/lib/x86_64-linux-gnu \n/usr/lib/x86_64-linux-gnu". No /usr/lib64 in either of them. Shall I try to add t hat as a line in one of these files?
Cheers, Isaac > > > > On Fri, Dec 18, 2009 at 2:21 PM, Glynn Clements > <[email protected]>wrote: > >> >> Isaac Ullah wrote: >> >> > Thanks for the ideas. My ld.config.so only has one line: "include >> > /etc/ld.so.conf.d/*.conf" . What else should it have? Can I just add " >> > /usr/lib64" as a line? What would be the syntax? >> >> I assume that it behaves as if ld.so.conf contained the result of >> "cat /etc/ld.so.conf.d/*.conf", so look at what's in those files. >> >> > I ran ldconfig, and then >> > tried again (make clean, make, make install), but it still does not >> work. >> > Output of strace g.region -p is: >> > >> > GRASS 7.0.svn (jordan_wgs84):~/grass_7_source/grass_trunk > strace >> g.region -p >> >> [snip] >> >> Wow; 65 attempts and it still fails. >> >> At a wild guess, I'd assume that it's a 32-bit/64-bit mismatch. The >> output from strace suggests that it's looking for a 32-bit library, >> but if proj is in /usr/lib64, I'd assume that it's a 64-bit library. >> >> If it *requires* a 32-bit library and you only have a 64-bit library, >> no amount of configuration will make it work. But I don't have a >> 64-bit system, so I'm not too familiar with the issues involved. >> >> -- >> Glynn Clements <[email protected]> >> > > > > -- > Isaac I Ullah, M.A. > > Archaeology PhD Candidate, > ASU School of Evolution and Social Change > > Research Assistant, > Mediterranean Landscape Dynamics Project > *************************************************** > [email protected] > [email protected] > > http://www.public.asu.edu/~iullah <http://www.public.asu.edu/%7Eiullah> > *************************************************** > -- Isaac I Ullah, M.A. Archaeology PhD Candidate, ASU School of Evolution and Social Change Research Assistant, Mediterranean Landscape Dynamics Project *************************************************** [email protected] [email protected] http://www.public.asu.edu/~iullah ***************************************************
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
