From: Fons Adriaensen <fons(a)linuxaudio.org>
 Subject: Re: [LAU] compile issues for zita-rev1 and jkmeter Date: Sat,
 22 Jun 2013 16:56:55 +0000
  On Fri, Jun 21, 2013 at 03:12:13PM -0400, Peter
Lutek wrote:
  i'm wondering if someone here would be
willing to help me get these
 two programs compiled...
 i've compiled/installed clthreads and clxclient from source. (it's a
 64bit system, so libs go to /usr/local/lib64)
 then, when trying to compile either zita-rev1 or jkmeter, i get
 complaints about not finding clthreads and clxclient.
 thanks for any help... please let me know what other clues might help! 
 Try adding this to the Makefiles:
 LDFLAGS += -L$(PREFIX)/$(LIBDIR) 
 ok... thanks, fons! that solved the compile problem. unfortunately, now
 when i run either program, i get: error while loading shared libraries:
 libclxclient.so.3: cannot open shared opject file: No such file or
 directory.
 hrmm....
 thanks much for your help... cheers!
 .pltk. 
Is this a slackware system ?, if so editing /etc/ld.so.conf to include /
usr/local/lib64 & reruning ldconfig is helpfull.
Are these the only libs you have in /usr/local/lib64 ?
Hope this helps.