Mail Archives: geda-help/2013/05/02/15:20:33
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.
- Raw text -