X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com Message-ID: <5182BC76.1090100@k4gvo.com> Date: Thu, 02 May 2013 15:20:22 -0400 From: Jim Lynch User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 MIME-Version: 1.0 To: geda-help AT delorie DOT com Subject: Re: [geda-help] m4 missing from tutorial References: <201305011759 DOT r41HxWkq007504 AT delorie DOT com> <20130501141510 DOT 55813yut01m6ha5q AT www DOT communityrenewables DOT com> <201305011819 DOT r41IJ2t8016324 AT envy DOT delorie DOT com> <20130501144223 DOT 1530403dndgymk9b AT www DOT communityrenewables DOT com> <201305011843 DOT r41Ihv9k017239 AT envy DOT delorie DOT com> <20130502100132 DOT 10461724685jd1vg AT www DOT communityrenewables DOT com> <518290C9 DOT 9050705 AT k4gvo DOT com> <20130502124744 DOT 21247c27shjvqrhs AT www DOT communityrenewables DOT com> <5182A2B0 DOT 2030906 AT k4gvo DOT com> <20130502135135 DOT 15706fm8w2tfvmp3 AT www DOT communityrenewables DOT com> In-Reply-To: <20130502135135.15706fm8w2tfvmp3@www.communityrenewables.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-help AT delorie DOT com On 05/02/2013 01:51 PM, Chris Fisichella wrote: > Thanks for pitching in...and you fixed my problem. To install > geda-gaf-1.8.1 from source, I needed to create a whole parallel > library system in /usr/local/lib. By having me run ldd `which pcb` you > showed me pcb was using the stock Debian 6.0.6 libraries in /usr/lib. > To run pcb, I need to execute > > $ LD_LIBRARY_PATH=/usr/local/lib pcb board.pcb > > and I don't get any errors. Or, at least it does not quit right away. Well, that wasn't why I wanted that info, but I've always said that if you poke it often enough in the right places, something's bound to happen. Not always for the good however. :) Glad you got it fixed. I hesitated to jump in since I'm not too much farther along the learning curve than you are, but I recognized the symbol as most likely being a glib symbol and when any lib symbol goes missing, it's usually caused by a mismatch between the app and the library. Good luck, Jim.