|
|
My
Post History | My Watches | User
Settings View: Flat (newest first) | Threaded | Tree Watch Thread Previous Thread | Next Thread |
|
| Forums > Forums > Bugs, Suggestions and General Feedback > OpenAIM on Linux | ||
| OpenAIM on Linux | Reply | |
| Can someone answer the forum http://dev.aol.com/node/995#comment-1999? This seems to be a rather big issue on Linux that I am seeing also... | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| BTW - it definitely works on Fedora (you probably used that as your test bed) but definitely not on a fresh install of either Slackware or Ubuntu. I have a feeling there is some other dependency that Fedora must install that neither Slackware or Ubuntu installs (by default) | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| I responded to your query on dev.aol.com, but just in case you check here more often: what version of Ubuntu are you running? | |
| Re: OpenAIM on Linux (response to post by AOL_seanevans04 ) | Reply | |
| 7.10 for both of my boxes and for the user that it trying it | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| btw - the lib's are all named 'xxx.0d' on ubuntu (like 'libssl3.so.0d') | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| However - I just installed libnss-devel and got the right files -but still no joy | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| I've reproduced the problem and we're working to sort it out. Stay tuned. | |
| Re: OpenAIM on Linux (response to post by AOL_seanevans04 ) | Reply | |
| Any update on this yet? | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
| Just bumping this - any update? I have another issue I posted on the OpenAIM forums (about RequestService on Linux) that has been fixed and will be released on the next refresh - hoping a fix to this can also occur... | |
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
|
Here is how to get Open AIM 1.6.7 working on Ubuntu 7.10. 1. Make sure you install the ntp package so that your system clock is accurate. 2. Download the SDK and create symlinks to the NSS libraries in the directory from which you will run your app. As a test, you can create the following symlinks in bold under dist/release to test accbuddy: me@somewhere:~/accsdk_linux_rhel4x86_1_6_7/dist/release$ ls -l If it's still not working for you please post your symlinks, Linux distro and version, and the version of the NSS libs which come with your system. |
|
| Re: OpenAIM on Linux (response to post by AOL_seanevans04 ) | Reply | |
|
no joy: troberts@troberts-laptop:~/accsdk_linux_rhel4x86_1_6_7/dist/release$ ls -la total 13784 drwxr-xr-x 2 troberts troberts 4096 2008-04-10 21:43 . drwxr-xr-x 3 troberts troberts 4096 2008-04-05 23:08 .. -rwxr-xr-x 1 troberts troberts 203512 2008-04-05 23:08 accbuddy -rw-r--r-- 1 troberts troberts 12762 2008-04-05 23:10 AccJSample.class -rw-r--r-- 1 troberts troberts 157791 2008-04-05 23:08 accjwrap.jar -rw-r--r-- 1 troberts troberts 14956 2008-04-07 18:04 hs_err_pid7498.log -rwxr-xr-x 1 troberts troberts 1060932 2008-04-06 12:45 libacccore.so -rwxr-xr-x 1 troberts troberts 504216 2008-04-06 12:45 libaccjwrap.so -rwxr-xr-x 1 troberts troberts 2390284 2008-04-06 12:45 libcoolcore52.so lrwxrwxrwx 1 troberts troberts 26 2008-04-10 21:39 libfreebl3.so -> /usr/lib/nss/libfreebl3.so lrwxrwxrwx 1 troberts troberts 23 2008-04-10 21:41 libnspr4.so -> /usr/lib/libnspr4.so.0d lrwxrwxrwx 1 troberts troberts 22 2008-04-10 21:42 libnss3.so -> /usr/lib/libnss3.so.0d lrwxrwxrwx 1 troberts troberts 26 2008-04-10 21:40 libnssckbi.so -> /usr/lib/nss/libnssckbi.so lrwxrwxrwx 1 troberts troberts 22 2008-04-10 21:42 libplc4.so -> /usr/lib/libplc4.so.0d lrwxrwxrwx 1 troberts troberts 23 2008-04-10 21:42 libplds4.so -> /usr/lib/libplds4.so.0d -rwxr-xr-x 1 troberts troberts 1641304 2008-04-06 12:45 libsipXcall.so -rwxr-xr-x 1 troberts troberts 234837 2008-04-06 12:45 libsipXmediaProcessing.so -rwxr-xr-x 1 troberts troberts 2163891 2008-04-06 12:45 libsipXmedia.so -rwxr-xr-x 1 troberts troberts 2236544 2008-04-06 12:45 libsipXport.so -rwxr-xr-x 1 troberts troberts 2973163 2008-04-06 12:45 libsipXtack.so lrwxrwxrwx 1 troberts troberts 24 2008-04-10 21:42 libsmime3.so -> /usr/lib/libsmime3.so.0d lrwxrwxrwx 1 troberts troberts 26 2008-04-10 21:43 libsoftokn3.so -> /usr/lib/libsoftokn3.so.0d lrwxrwxrwx 1 troberts troberts 22 2008-04-10 21:43 libssl3.so -> /usr/lib/libssl3.so.0d -rwxr-xr-x 1 troberts troberts 414852 2008-04-06 12:45 libxprt6.so -rwxr-xr-x 1 troberts troberts 5671 2008-04-06 12:45 PopsChat.so -rw-r--r-- 1 troberts troberts 1368 2008-04-05 23:10 Prefs.class -rwxr-xr-x 1 troberts troberts 410 2008-04-07 11:19 symlink2.sh -rwxr-xr-x 1 troberts troberts 431 2008-04-05 23:08 symlink.sh troberts@troberts-laptop:~/accsdk_linux_rhel4x86_1_6_7/dist/release$ java -Djava.library.path=. -cp .:accjwrap.jar AccJSample stuff stuff key:stuff [4/10/08 8:43 PM]: OnStateChange: Connecting, ACC_S_OK [4/10/08 8:43 PM]: OnStateChange: Offline, UNKNOWNVALUE KUbuntu 7.10 troberts@troberts-laptop:~/accsdk_linux_rhel4x86_1_6_7/dist/release$ apt-show-versions | grep nss libnss-mdns/gutsy uptodate 0.10-0.1ubuntu1 libnss3-0d/gutsy uptodate 3.11.5-3 libavahi-compat-libdnssd1/gutsy uptodate 0.6.20-2ubuntu3.2 openssl/gutsy uptodate 0.9.8e-5ubuntu3.1 openssh-client/gutsy uptodate 1:4.6p1-5ubuntu0.2 kdnssd/gutsy uptodate 4:3.5.8-0ubuntu2 libnss3-dev/gutsy uptodate 3.11.5-3 troberts@troberts-laptop:~/accsdk_linux_rhel4x86_1_6_7/dist/release$ Note: libnss3-dev was my efforts to get it to work. If I uninstall that and run the above again - there are no changes. |
|
| Re: OpenAIM on Linux (response to post by Pops ) | Reply | |
|
I have the same issues. $ java -Djava.library.path=. -cp accjwrap.jar:. accjbot key pswd Main AccException, hr: UNKNOWNVALUE com.aol.acc.AccException: IAccSession_SignOn at com.aol.acc.AccSession.SignOn(Native Method) at com.aol.acc.AccSession.signOn(AccSession.java:113) at accjbot.<init>(Unknown Source) at accjbot.main(Unknown Source) My library path is in an intermediate state between out of the box and what "pops" has tried. Is there someone who has actually gotten this to work reading this or someone from aim who can even explain 1. What linux distros this thing is known to work on? 2. What system resources are actually required? It seems that the required resources are all fairly new and don't live in common places across distributions. I need to get this working and will be happy to participate in any efforts to make it happen, but I'm not sure where to turn (churn) next. |
|
| Re: OpenAIM on Linux (response to post by AOL_seanevans04 ) | Reply | |
Here goes. System: Ubuntu 7.10, with various apt-gets applied to get things like libnss3 as part of this effort, in which symptoms have not changed. (the sample app I am trying to run is accjbot: $ java -Djava.library.path=. -cp accjwrap.jar:. accjbot key pswd Main AccException, hr: UNKNOWNVALUE com.aol.acc.AccException: IAccSession_SignOn at com.aol.acc.AccSession.SignOn(Native Method) at com.aol.acc.AccSession.signOn(AccSession.java:113) at accjbot.<init>(Unknown Source) at accjbot.main(Unknown Source) Here is current directory structure of release directory, partially from aimsdk with symlinks and results of compilation applied. All added symlinks have _ prepended to their names. $ ls -al total 13752 drwxr-xr-x 2 scohen scohen 4096 2008-04-11 08:41 . drwxr-xr-x 3 scohen scohen 4096 2008-04-11 07:29 .. -rwxr-xr-x 1 scohen scohen 203512 2008-03-04 09:25 accbuddy -rw-r--r-- 1 scohen scohen 13369 2008-04-09 22:28 accjbot.class -rw-r--r-- 1 scohen scohen 157791 2008-03-04 09:24 accjwrap.jar -rwxr-xr-x 1 scohen scohen 1060932 2008-03-04 09:24 libacccore.so -rwxr-xr-x 1 scohen scohen 504216 2008-03-04 09:24 libaccjwrap.so -rwxr-xr-x 1 scohen scohen 2390284 2008-03-04 14:18 libcoolcore52.so lrwxrwxrwx 1 scohen scohen 26 2008-04-11 08:26 _libfreebl3.so -> /usr/lib/nss/libfreebl3.so lrwxrwxrwx 1 scohen scohen 23 2008-04-11 08:28 _libnspr4.so -> /usr/lib/libnspr4.so.0d lrwxrwxrwx 1 scohen scohen 21 2008-04-11 07:32 _libnss3_db.so -> /usr/lib/libnss_db.so lrwxrwxrwx 1 scohen scohen 19 2008-04-11 07:31 _libnss3.so -> /usr/lib/libnss3.so lrwxrwxrwx 1 scohen scohen 26 2008-04-11 07:11 _libnssckbi.so -> /usr/lib/nss/libnssckbi.so lrwxrwxrwx 1 scohen scohen 23 2008-04-11 07:32 _libnss_ldap.so -> /usr/lib/libnss_ldap.so lrwxrwxrwx 1 scohen scohen 24 2008-04-11 08:25 _libnss_winbind.so -> /lib/libnss_winbind.so.2 lrwxrwxrwx 1 scohen scohen 21 2008-04-11 07:33 _libnss_wins.so -> /lib/libnss_wins.so.2 lrwxrwxrwx 1 scohen scohen 22 2008-04-11 08:30 _libplc4.so -> /usr/lib/libplc4.so.0d lrwxrwxrwx 1 scohen scohen 23 2008-04-11 08:32 _libplds4.so -> /usr/lib/libplds4.so.0d -rwxr-xr-x 1 scohen scohen 1641304 2008-03-03 15:10 libsipXcall.so -rwxr-xr-x 1 scohen scohen 234837 2008-03-03 15:10 libsipXmediaProcessing.so -rwxr-xr-x 1 scohen scohen 2163891 2008-03-03 15:10 libsipXmedia.so -rwxr-xr-x 1 scohen scohen 2236544 2008-03-03 15:10 libsipXport.so -rwxr-xr-x 1 scohen scohen 2973163 2008-03-03 15:10 libsipXtack.so lrwxrwxrwx 1 scohen scohen 24 2008-04-11 08:38 _libsmime3.so -> /usr/lib/libsmime3.so.0d lrwxrwxrwx 1 scohen scohen 26 2008-04-11 08:40 _libsoftokn3.so -> /usr/lib/libsoftokn3.so.0d lrwxrwxrwx 1 scohen scohen 22 2008-04-11 08:41 _libssl3.so -> /usr/lib/libssl3.so.0d -rwxr-xr-x 1 scohen scohen 414852 2008-03-04 14:16 libxprt6.so -rw-r--r-- 1 scohen scohen 1368 2008-04-09 22:28 Prefs.class I can't tell you what version of "the NSS libs" come with Ubuntu 7.10 because these are supplied in a welter of different packages. If you tell me the ones you want versions for I can provide. |
|
| Re: OpenAIM on Linux (response to post by sTiVo ) | Reply | |
| Does accbuddy work for you? I'm looking at accjbot now, missed that in your post. | |
| Re: OpenAIM on Linux (response to post by sTiVo ) | Reply | |
| btw - you get the signon exception if your symlinks aren't correct (which I can't tell in your dump - but do your symlinks start with '_'?). Once you get the symlinks correct - you run into my issue above. | |
Forums
>
Forums
>
Bugs, Suggestions and General Feedback
> OpenAIM on Linux
Previous Thread | Next Thread
Previous Thread | Next Thread









