Comment 56 for bug 600219

Revision history for this message
Simon G. Stikkelorum (iah) wrote :

Mark, Giuseppe,

In the past I have been putting some effort in, so I returned to find out where I stalled. Amongst the trouble I ran into was that I am running hylafax version 6.0.3 but I downloaded the source of 6.0.5 for debugging. And it did not work. So later I loaded the 6.0.3 version also. But the faxgetty I compiled did not run. I suppose that is where it stopped last time.

Now I found it cannot find the shared library libhylafax-6.0.so.3. So I made a symbolic link like:

cd /usr/lib/
ln -s libhylafax-6.0.so.3 ./hylafax/libhylafax-6.0.so.3

Now the self-built faxgetty does run. So I tried running it inside the wrapper from the directory the faxgetty is built:

./gdb-warpper.sh ./faxgetty -D ttyS0

And, yes, it runs. But no sign of gdb. Is this OK? Also gdb seems not to be running either. Running ps ax | grep gdb reveals no gdb process.
So, I think I made a step today, but I do not feel certain that it is going to deliver. Your comments please.

Regards,

Simon.