But the library looks for them in /usr/lib/sasl2 (/usr/lib/sasl for V1).?? Although
the install process won??™t make a link??? for you, we recommend you create the
required link using commands such as the following:
# cd /usr/lib
# ln -s ../local/lib/sasl ?†? V1
# ln -s ../local/lib/sasl2 ?†? V2
Be aware that these directories need to be secure. That is, they need to live in paths,
all components of which are writable only by root and owned by root. On our system,
the following command showed that permissions were correct:
% ls -ld / /usr /usr/lib /usr/lib/sasl* /usr/local /usr/local/lib /usr/local/lib/
sasl*
drwxr-xr-x 18 root wheel 512 Mar 15 20:08 /
drwxr-xr-x 22 root wheel 512 Sep 29 2000 /usr/
drwxr-xr-x 4 root wheel 7168 Jan 3 11:34 /usr/lib/
lrwxr-xr-x 1 root wheel 19 Jan 3 11:34 /usr/lib/sasl@ ->
/usr/local/lib/sasl ?†? V1
lrwxr-xr-x 1 root wheel 19 Jan 3 11:34 /usr/lib/sasl2@ ->
/usr/local/lib/sasl2 ?†? V2
drwxr-xr-x 18 root wheel 512 Oct 11 2000 /usr/local/
drwxr-xr-x 9 root wheel 2560 Jan 3 11:29 /usr/local/lib/
drwxr-xr-x 2 root wheel 512 Jan 3 11:29
/usr/local/lib/sasl/ ?†? V1
drwxr-xr-x 2 root wheel 512 Jan 3 11:29
/usr/local/lib/sasl2/ ?†? V2
If you install openssl in directories different from those shown earlier, you will later
need to specify those new locations when you build sendmail, as shown in ?§5.
Pages:
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356