Technical data
32 Brocade Network Advisor SAN Installation and Migration Guide
53-1003580-01
Smart Card driver installation
2
e. Click OK on the Connection Test dialog box.
For 32-bit Linux systems, if an error message (file not found while testing the connection)
displays, copy the lib files from the <postgresSQL path>/lib/* directory to the /usr/lib/
directory.
For 64-bit Linux systems, if an error message (cannot open library) displays, complete the
following steps:
1. Execute the following command:
export
LD_LIBRARY_PATH=/opt/PostgreSQL/8.4/lib/:/usr/lib64/:/opt/PostgreSQL/p
sqlODBC/lib/:$LD_LIBRARY_PATH
2. Navigate to the Postgres ODBC library (default location is
opt/PostgreSQL/psqlODBC/lib/).
3. Create a list of missing libraries by executing the following command:
ldd psqlodbcw.so
Missing files display as: libodbc.so.1=> not found
4. Find shared libraries with the same name as the missing library by executing the
following command:
find –name libodbc.so*
5. Create a soft link for libodbc.so.1 pointing to libodbc.so.2.0.0 by executing the
following command:
ln -s libodbc.so.1 libodbc.so.2.0.0
f. Click Next.
6. On the Save and proceed screen, click Finish.
Smart Card driver installation
Windows operating systems do not require smart card drivers to be installed separately; the driver
is bundled with the operating system. However, you must install a smart card driver for the Linux
operating systems. You must install both the special USB Chip/Smart Card Interface Device (USB
CCID) and the PC/SC IFD driver. You can download the source code and compile it from one of the
following websites:
• USB CCID (ccid-1.3.7.tar.bz2)
Open Source URL: http://pcsclite.alioth.debian.org/ccid.html.
• Muscle PC/SC IFD Driver (pcsc-lite-1.4.101.tar.gz)
Open Source URL: https://alioth.debian.org/frs/?group id=30105.
The Encryption Manager Client within Network Advisor provides the binary code on both platforms
for installation. You must uncompress or untar the file depending on the platform. The procedures
for the local client and the remote client configurations follow. The
thirdparty/pscs-lite-1.4.101-linux-x86.tar.gz file can be found on the Network Advisor DVD.