|
Prerequisites: |
FreeBSD (Base + Autoconf, Automake,
Bash and GCC) Perl Modules (DBI) |
|
Overview: |
|
FreeTDS - Free "Tabular Data Stream"
Home:
# Change to your desired "source" storage
directory
cd /usr/src
# Download (Notes:
Users behind a Proxy Server should read this and
users without Internet but have
a CDRom read this.)
fetch
http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-stable.tgz
# Unzip and Untar
tar xvf freetds-stable.tgz
# Configure
cd freetds-0.64/
./configure --enable-msdblib --with-tdsver=8.0
# Compile & Install
make install clean
|
DBD::Sybase |
|
|
Home: |
http://www.peppler.org/freeware/dbd-sybase.html |
|
# Change to your desired "source" storage
directory
# Ungzip and Untar
# Set a few shell variables temporarily
# Create the Makefile - press "Enter" on any
questions to accept default settings
# Optional test script - safe to ignore /
skip this
# Create a script for testing
# Make the script executable
# Run the script
|
|
|
unixODBC |
|
|
Home: |
http://www.unixodbc.org |
|
# Install unixODBC from ports |
|