Author Topic: Kde-pim/pi 2.1.0 Available!  (Read 246108 times)

Borealid

  • Newbie
  • *
  • Posts: 46
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #255 on: September 26, 2005, 05:46:52 pm »
Oh, sorry, I seem to have forgotten to move the libraries from /usr/lib to /opt/kdepimpi.  All you have to do is move them in there:

# mv /usr/lib/libmicrokabc_* /opt/kdepimpi/

That should fix it.  Kapi appears to expect its libraries in a strange place.  You could also:

# ln -s /usr/lib/libmicrokabc_* /opt/kdepimpi/

.. which is probably better.

bazmi

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #256 on: September 26, 2005, 10:01:40 pm »
Quote
Oh, sorry, I seem to have forgotten to move the libraries from /usr/lib to /opt/kdepimpi.  All you have to do is move them in there:

# mv /usr/lib/libmicrokabc_* /opt/kdepimpi/

That should fix it.  Kapi appears to expect its libraries in a strange place.  You could also:

# ln -s /usr/lib/libmicrokabc_* /opt/kdepimpi/

.. which is probably better.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97139\"][{POST_SNAPBACK}][/a][/div]

did this a quick try. linked all the files in /opt/kdepimpi but no luck. will try and re-install it later in the day and let you know if it works.


cheers

/bazmi.
-------------------------------------------------
6000L, 1G Toshiba CF, 1G Panasonic HiSpeed SD, host of other CF cards
currently with pdaXrom with xfce

Borealid

  • Newbie
  • *
  • Posts: 46
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #257 on: September 27, 2005, 07:03:01 am »
My mistake again, there are three libraries that don't contain an underscore, so the command should be:

# ln -s /usr/lib/libmicrokabc* /opt/kdepimpi/

I'll make a new ipkg with these links in place in a few days.

albertr

  • Hero Member
  • *****
  • Posts: 535
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #258 on: September 27, 2005, 09:36:45 am »
Did you run ldconfig after installing it?
-albertr

bazmi

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #259 on: September 27, 2005, 12:06:18 pm »
Quote
My mistake again, there are three libraries that don't contain an underscore, so the command should be:

# ln -s /usr/lib/libmicrokabc* /opt/kdepimpi/

I'll make a new ipkg with these links in place in a few days.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97202\"][{POST_SNAPBACK}][/a][/div]

hello borealid,

thanks. had figured this out and it is now working fine. cheers.

/bazmi
-------------------------------------------------
6000L, 1G Toshiba CF, 1G Panasonic HiSpeed SD, host of other CF cards
currently with pdaXrom with xfce

bazmi

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #260 on: September 27, 2005, 12:07:37 pm »
Quote
Did you run ldconfig after installing it?
-albertr
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97218\"][{POST_SNAPBACK}][/a][/div]

no, didnt need to. seems to be working fine.
-------------------------------------------------
6000L, 1G Toshiba CF, 1G Panasonic HiSpeed SD, host of other CF cards
currently with pdaXrom with xfce

albertr

  • Hero Member
  • *****
  • Posts: 535
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #261 on: September 27, 2005, 07:53:23 pm »
So it works for you?

I don't see libmicrokabc_sharpdtm.so lib included in the ipk...
-albertr

bazmi

  • Jr. Member
  • **
  • Posts: 76
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #262 on: September 27, 2005, 09:39:39 pm »
Quote
So it works for you?

I don't see libmicrokabc_sharpdtm.so lib included in the ipk...
-albertr
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97316\"][{POST_SNAPBACK}][/a][/div]

you are right - neither the qtopia nor the sharpdtm libraries are included (and i dont know why) but since i dont keep my data in any of these formats, it doesnt bother me.
-------------------------------------------------
6000L, 1G Toshiba CF, 1G Panasonic HiSpeed SD, host of other CF cards
currently with pdaXrom with xfce

magicbb

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #263 on: September 27, 2005, 09:52:16 pm »
Quote
My mistake again, there are three libraries that don't contain an underscore, so the command should be:

# ln -s /usr/lib/libmicrokabc* /opt/kdepimpi/

I'll make a new ipkg with these links in place in a few days.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97202\"][{POST_SNAPBACK}][/a][/div]

hi, i follow your command and it never complains missing library any more
but after the following line is shown, nothing happens

ResourceFile::openfile /home/root/kdepim/apps/kabc/std.vcf
Resource loaded: 'resource-name'

Do I need to do something to bring up the kapi window?
Zaurus C-1000, AmbiCom Wifi, Pdaxrom beta 3

magicbb

  • Newbie
  • *
  • Posts: 40
    • View Profile
    • http://
Kde-pim/pi 2.1.0 Available!
« Reply #264 on: September 27, 2005, 10:06:44 pm »
it's weird, when i run it in xfce, it's ok
when in pdaxrom, it seems that the kapi window just don't show up
Zaurus C-1000, AmbiCom Wifi, Pdaxrom beta 3

Borealid

  • Newbie
  • *
  • Posts: 46
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #265 on: September 28, 2005, 06:53:01 am »
Try pressing alt-tab.  I have no idea why it does that on some machines...

dominate

  • Newbie
  • *
  • Posts: 10
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #266 on: September 28, 2005, 11:06:46 am »
you guys rock! worked like a charm... by the way, i also have the kapi no window issue that required an alt-tab (c1000).

ken

zautrix

  • Sr. Member
  • ****
  • Posts: 437
    • View Profile
    • http://www.pi-sync.net
Kde-pim/pi 2.1.0 Available!
« Reply #267 on: September 28, 2005, 08:45:32 pm »
Quote
it's weird, when i run it in xfce, it's ok
when in pdaxrom, it seems that the kapi window just don't show up
[div align=\"right\"][a href=\"index.php?act=findpost&pid=97326\"][{POST_SNAPBACK}][/a][/div]


Yes, that is odd.
sash already informed me about that problem.
I will try to find out what is wrong when I have some time...

kgw

  • Newbie
  • *
  • Posts: 13
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #268 on: September 30, 2005, 02:36:42 am »
Has anyone got this working with the Henteges version of OZ?  The packages seem to install but don't run properly here on my 5500.

boardboyd

  • Newbie
  • *
  • Posts: 49
    • View Profile
Kde-pim/pi 2.1.0 Available!
« Reply #269 on: October 05, 2005, 03:01:43 pm »
I had it working when I was with Hentges ROM, 5500, had no problems but I don't remember the ROM number or anything else regarding on how it performed.

I'm using Cacko 1.22 right now and whenever I rotate the kdemicro libs aren't loaded, ldconfig doesn't do anything and I was wondering how I would manually load them so I could try that out.  Whenever I rotate my screen kopi/kapi/ompi won't load complaining that libkdemicro couldn't be found, I have to reboot to get the libs loaded again.

Thanks
C3100 - pdaxii13 Sally - Running beatifully except no alarm atm
Linksys WCF12 WiFi
Kingmax 60x 256mb SD/NoName 1g CF/Noname 256mb CF
SL5500 - Cacko 1.22 *Retired