For OS-dependent packages (for example, unixODBC), download the source code to compile dependency packages.
wget source code path
If you downloaded a .zip file, run the following command to decompress it:
unzip xxx/xx.zip
If you downloaded a tar.gz file, run the following command to decompress it:
tar -zxvf xxx/xx.tar.gz
mkdir /opt/function/code
./configure --prefix=/opt/function/code --sysconfdir=/opt/function/code;make;make install
cd /opt/function/code/lib/pkgconfig
cp -r /opt/function/code/lib/* /opt/function/code
cd /opt/function/code
zip -r xxx.zip *