Sat, 06 Oct 2012 16:24:01 +0200
Update to new vendor software version and adjust patch code accordingly.
Unfortunately the vendor has apparently failed to properly test this
release which depends on missing object symbols in libsasl2.a(common.o):
undefined reference to `sasl_randcreate'
undefined reference to `sasl_mkchal'
undefined reference to `sasl_utf8verify'
undefined reference to `sasl_rand'
undefined reference to `sasl_churn'
undefined reference to `sasl_encode64'
undefined reference to `sasl_decode64'
undefined reference to `sasl_erasebuffer'
undefined reference to `sasl_randfree'
undefined reference to `sasl_strlower'
undefined reference to `get_fqhostname'
...yet to be patched.
michael@13 | 1 | |
michael@428 | 2 | This is @l_prefix@, an RPM-based OpenPKG software stack. |
michael@13 | 3 | This filesystem area contains software which was automatically |
michael@428 | 4 | installed through OpenPKG RPM packages from http://openpkg.org/. |
michael@13 | 5 | |
michael@428 | 6 | OpenPKG RPM query command summary: |
michael@13 | 7 | |
michael@13 | 8 | $ @l_prefix@/bin/openpkg rpm -qa |
michael@13 | 9 | (q)uery list of (a)ll installed packages |
michael@13 | 10 | |
michael@13 | 11 | $ @l_prefix@/bin/openpkg rpm -qi <name> |
michael@13 | 12 | (q)uery (i)nformation about package <name> |
michael@13 | 13 | |
michael@428 | 14 | $ @l_prefix@/bin/openpkg rpm -qvl <name> |
michael@13 | 15 | (q)uery (v)erbose (l)ist of installed files of package <name> |
michael@13 | 16 | |
michael@428 | 17 | $ @l_prefix@/bin/openpkg rpm -qf <file> |
michael@428 | 18 | (q)uery package which contains (f)ile <file> |
michael@428 | 19 | |
michael@428 | 20 | $ @l_prefix@/bin/openpkg rpm -qa '<tag>=[!]<pattern>' |
michael@428 | 21 | (q)uery list of (a)ll packages with <tag> [not] matching <pattern> |
michael@428 | 22 | |
michael@428 | 23 | $ @l_prefix@/bin/openpkg rpm -q --whatrequires <capability> |
michael@428 | 24 | (q)uery list of (a)ll packages which require <capability> |
michael@428 | 25 | |
michael@428 | 26 | $ @l_prefix@/bin/openpkg rpm -q --whatprovides <capability> |
michael@428 | 27 | (q)uery list of (a)ll packages which provide <capability> |
michael@428 | 28 | |
michael@13 | 29 | Use "eval `@l_prefix@/bin/openpkg rc --eval all env`" from within a |
michael@13 | 30 | user's Bourne (Again) Shell startup script (.profile or .bashrc) in |
michael@428 | 31 | order to activate this OpenPKG software stack and all of its packages. |
michael@13 | 32 | |
michael@13 | 33 | In case of any questions or problems post to the OpenPKG project |
michael@13 | 34 | user support mailing list <openpkg-users@openpkg.org>. For more |
michael@428 | 35 | details about OpenPKG visit http://openpkg.org/. |
michael@13 | 36 |