Brocade Communications Systems 53-1003373-01 Security Camera User Manual


 
Brocade Network Advisor Installation and Migration Guide 33
53-1003373-01
Installing the ODBC driver
2
5. On the Set up user authentication screen, complete the following steps.
a. Enter the database user name in the User name field.
b. Select the Password required check box.
c. Click Test Connection to test the connection.
The Authentication Password dialog box displays.
d. Enter the database password in the Password field and click OK.
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.