LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Threatening message when starting arora (https://www.linuxquestions.org/questions/slackware-14/threatening-message-when-starting-arora-760587/)

grissiom 10-08-2009 11:45 AM

Threatening message when starting arora
 
When I start arora-0.10.1, a message jump out in terminal:

QString::arg: Argument missing: unable to parse simbol "res_nclose" in res_nclose:resolv, (/lib64/libresolv.so.2: undefined symbol: res_nclose)

but arora just show up "as well"...

does anyone have the same problem as me? Is it a bug in slackware64 or arora?(haven't try it in 32-bit system yet)

larryhaja 10-08-2009 12:00 PM

I'm running the same version of arora on my system and I don't see any problems with it on Slackware 13.0 32 bit.

grissiom 10-09-2009 11:40 AM

Can you attach the output of
Code:

objdump -t /lib64/librt-2.9.so | grep res_nclose
?

larryhaja 10-09-2009 12:41 PM

Quote:

Originally Posted by grissiom (Post 3713626)
Can you attach the output of
Code:

objdump -t /lib64/librt-2.9.so | grep res_nclose
?

Running
Code:

# objdump -t /lib/librt-2.9.so | grep res_nclose
returned nothing except back to the command prompt.

grissiom 10-10-2009 05:09 AM

Sorry, I have a typo in the last post... The command should be:
Code:

objdump -t /lib/libresolv.so.2 | grep res_nclose

larryhaja 10-10-2009 09:58 AM

Same result as before.

grissiom 10-11-2009 12:11 AM

Thanks. It may be a bug of arora itself.

sahko 10-11-2009 12:14 AM

Are you using -current or 13.0 ? I ask because the QT version in -current fixes some issues with arora.
Maybe it fixes this one too.


All times are GMT -5. The time now is 12:17 AM.