Discussion:
afp Problem
Curtis Crowson
2011-03-13 01:14:14 UTC
Permalink
I thought that I did everything right based on this post (http://www.opensolaris.org/jive/thread.jspa?messageID=503802&#503802), but I am getting the following error:

ld.so.1: afpd: fatal: libslp.so.1: open failed: No such file or directory

Here is a find looking for this:
eon:211:/#find . -name 'ld.so*'
./lib/amd64/ld.so.1
./lib/ld.so.1
./usr/lib/amd64/ld.so.1
./usr/lib/ld.so.1
./etc/lib/ld.so.1
eon:212:/#pwd
/
eon:213:/#env
HZ=
HOSTNAME=eon
SHELL=/usr/bin/bash
TERM=xterm
POOL=pool
OLDPWD=/root
WWW=/var/apache2/2.2/htdocs
LD_LIBRARY_PATH=/usr/local/lib:/usr/local/sfw/lib
WLOG=/var/apache2/2.2/logs
MAIL=/var/mail/root
PATH=/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/sfw/sbin:/usr/local/bin:/usr/local/sbin:/usr/ccs/bin
PWD=/
TZ=PST8PDT
PS1=\[\033[1;32m\]\h:\#:\w\$\[\033[0;38m\]
SHLVL=1
HOME=/root
LOGNAME=root
_=/usr/bin/env
--
This message posted from opensolaris.org
Alan Coopersmith
2011-03-13 16:54:12 UTC
Permalink
Post by Curtis Crowson
ld.so.1: afpd: fatal: libslp.so.1: open failed: No such file or directory
eon:211:/#find . -name 'ld.so*'
ld.so.1 is the runtime linker/loader - if it was missing, nothing would run.
It's libslp.so.1 that's missing - ld.so.1 is the software trying to find it
for you.
--
-Alan Coopersmith- alan.coopersmith-QHcLZuEGTsvQT0dZR+***@public.gmane.org
Oracle Solaris Platform Engineering: X Window System
Curtis Crowson
2011-03-14 02:20:50 UTC
Permalink
OK, you don't happen to know why I am missing the libslp.so.1 library?
--
This message posted from opensolaris.org
Andre Lue
2011-03-14 03:36:29 UTC
Permalink
Hi Bozon,

libslp.so.1 is part of the binary kit which is a pre-requisite for afpd. Do you have the binary kit (http://eonstorage.blogspot.com/2010/06/eon-060-zfs-binary-kit-snv130-released.html) installed?
--
This message posted from opensolaris.org
Curtis Crowson
2011-03-14 13:05:32 UTC
Permalink
Thanks for the reply.

I almost certainly don't have the binary kit installed.

I couldn't find simple documentation on installing the AFP. I am terrible at installing software. I'll probably be pestering you about the Firefly stuff after this. Although, I think I saw good detail on installing it.

Thanks again.
--
This message posted from opensolaris.org
Curtis Crowson
2011-03-17 13:05:28 UTC
Permalink
AFP seems to be up now. I can see it listed from my MAC Pro in the servers list, but it gives me an error message that it doesn't exist when I click on it.

Is there a good tutorial on troubleshooting the problem or has anyone else run into this?
--
This message posted from opensolaris.org
Andre Lue
2011-03-17 20:07:03 UTC
Permalink
Try this

http://cafenate.wordpress.com/2009/02/08/building-netatalk-on-opensolaris-200811/
--
This message posted from opensolaris.org
Andre Lue
2011-03-17 20:30:15 UTC
Permalink
Try this

http://cafenate.wordpress.com/2009/02/08/building-netatalk-on-opensolaris-200811/
--
This message posted from opensolaris.org
Curtis Crowson
2011-03-18 19:56:00 UTC
Permalink
I was going to ask another question after scanning the tutorial, but I thought that I would use the internet.

My questions was: Do I already have the BerkleyDB installed in this package?

I found the following site that seems to talk about the pkg tool.

http://ipv5.wordpress.com/2008/05/11/quick-opensolaris-pkg-howto/

Posting it so that I can search here in the future and that it might help others.
--
This message posted from opensolaris.org
Andre Lue
2011-03-18 20:24:29 UTC
Permalink
Yes, more info is listed in the notes.afp file here
http://sites.google.com/site/eonstorage/downloads/notes.afp?attredirects=0&d=1
--
This message posted from opensolaris.org
Loading...