mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
22 lines
753 B
Plaintext
22 lines
753 B
Plaintext
|
Build Notes
|
||
|
|
||
|
Download mysql-connector-odbc-3.51.27-aix5.3-powerpc-64bit.tar.gz.
|
||
|
(See http://dev.mysql.com/downloads/connector/odbc/3.51.html#aix)
|
||
|
AIX 5.3 power 64-bit
|
||
|
|
||
|
Copy the gz file to the SOURCES directory.
|
||
|
cp mysql-connector-odbc-3.51.27-aix5.3-powerpc-64bit.tar.gz /opt/freeware/src/packages/SOURCES
|
||
|
|
||
|
Remove any old RPMs
|
||
|
rm -f /opt/freeware/src/packages/SRPMS/mysql-connector*rpm /opt/freeware/src/packages/RPMS/ppc/mysql-connector*rpm
|
||
|
|
||
|
Use the spec file provided to build the RPM. (The spec file specifies
|
||
|
this particular MySQL gz file, so it will have to be modified if you want to use
|
||
|
a different version etc.
|
||
|
|
||
|
rpm -ba mysql-connector-odbc.spec
|
||
|
|
||
|
Creates:
|
||
|
/opt/freeware/src/packages/RPMS/ppc/mysql-connector-odbc-3.51.27-64bit.aix5.3.ppc.rpm
|
||
|
|