Hi Nils,
One way is to specify the fully qualified file name to your own krb5...
gcc -o myapp myapp.cpp /db/opt/krb5-1.3.4/lib/libkrb5.so.3.2/libkrb5.so.3.2
...and don't use the -L and -l parameters.
HTH, --Eljay
Hi Nils,
One way is to specify the fully qualified file name to your own krb5...
gcc -o myapp myapp.cpp /db/opt/krb5-1.3.4/lib/libkrb5.so.3.2/libkrb5.so.3.2
...and don't use the -L and -l parameters.
HTH, --Eljay