From: sasayins <sas...@gm...> - 2010-12-25 21:04:30
|
Yeah, building t4kcommon from automake will give the shared library error, you might either sudo ldconfig or set the LD_LIBRARY_PATH to /usr/local/lib. On Sun, Dec 26, 2010 at 1:50 AM, David Bruce <dav...@gm...>wrote: > Hi Aviral, > > > Cmake builds for T4K_Common (master) are broken. > > I moved liblinebreak under src/ two days ago, and fixed the Automake > build, which wasn't quite correct. I tried to update the cmake files > accordingly, but I didn't test it and might have broken something. > > > After building and installing t4kcommon and tuxtype successfully, tuxtype > > fails to start with : > > > > /tuxtype: error while loading shared libraries: libt4k_common.so.0: > cannot > > open shared object file: No such file or directory > > Does tuxmath still locate t4k_common properly? Both tuxmath and > tuxtype seem to locate t4k_common when built from the latest git on my > desktop (64 bit Debian Sid). > > You might try running "sudo ldconfig" to update the linker, although > AFAIK that wouldn't explain why tuxmath works and tuxtype doesn't. > Also, make sure that t4k_common is spelled identically for both apps. > > Best, > > David > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, > and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > _______________________________________________ > Tuxmath-devel mailing list > Tux...@li... > https://lists.sourceforge.net/lists/listinfo/tuxmath-devel > |