On 08/10/2013 09:43 PM, Dave Wagler wrote: > These are the instructions for building yajl: > > > Short story (If you already have ruby and cmake): > > ./configure && make install > > When things go wrong: > > attain CMake (http://www.cmake.org) and ruby (http://ruby-lang.org) and > try again. > > OR, attain CMake and build by hand: > > 1. mkdir build > 2. cd build > 3. cmake .. > 4. make > 5. build output left in yajl-X.Y.Z > > NOTE: for 64-bit systems where lib64 is used you can pass the cmake > variable LIB_SUFFIX to cause installation into the system's > 'lib64' > directory. > > best, > lloyd > > > I have a 64-bit system. Can someone explain how I accomplish what the > NOTE says? > > Thanks, > Dave > >
You don't need it. /usr/lib is default dir, /usr/lib64 is symlink to it, so it's the same dir. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page