Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: MalcolmL on July 27, 2002, 07:54:10 PM
-
Hello, I'm new to e-smith and have just installed 5.5, I have just tried to install the dungog-pkg-shareddrives-0.1-1 RPM and have run into a few problems, checking the log I find that autofs is failing due to dependencies
from the messages log -
Jul 27 16:20:00 fastlane e-smith[4784]: error: failed dependencies:
Jul 27 16:20:00 fastlane e-smith[4784]: ^Ilibcrypto.so.1 is needed by autofs-3.1.7-14
Jul 27 16:20:00 fastlane e-smith[4784]: ^Ilibssl.so.1 is needed by autofs-3.1.7-14
Have I missed something?
-
I'm also unable to remove the RPM?
-
The rpm is probably not compatible with 5.5 as it is missing some dependancies.
To remove an rpm type:
rpm -e dungog-pkg-shareddrives (without any of the extensions)
Cheers,
-jeff
-
I get this error when I try to remove the package?
[root@fastlane root]# rpm -e dungog-pkg-shareddrives
usage:
/sbin/e-smith/db dbfile keys
/sbin/e-smith/db dbfile print [key]
/sbin/e-smith/db dbfile show [key]
/sbin/e-smith/db dbfile get key
/sbin/e-smith/db dbfile set key type [prop1 val1] [prop2 val2] ...
/sbin/e-smith/db dbfile setdefault key type [prop1 val1] [prop2 val2]
...
/sbin/e-smith/db dbfile delete key
/sbin/e-smith/db dbfile printtype [key]
/sbin/e-smith/db dbfile gettype key
/sbin/e-smith/db dbfile settype key type
/sbin/e-smith/db dbfile printprop key [prop1] [prop2] [prop3] ...
/sbin/e-smith/db dbfile getprop key prop
/sbin/e-smith/db dbfile setprop key prop1 val1 [prop2 val2] [prop3
val3] ...
/sbin/e-smith/db dbfile delprop key prop1 [prop2] [prop3] ...
error: execution of %preun scriptlet from dungog-pkg-shareddrives-0.1-1
failed,
exit status 255
-
Replace autofs by autofs3.1.7-21.i386.rpm in /opt/dundog-pkg-shareddrives and start install.sh
-
Thanks, that fixed it.