Has anyone been able to install the postgresql or mysql drivers and connect w/ metasploit?
Do i need to enable a specific repository in apt sources?
Very little info found via google wrt ARM.
Running on transformer w/ Prime 1.6
Thanks
--UPDATE--
Uncommented all lucid entries from apt sources, this allowed me to:
apt-get install postgresql libpq-dev
However, the install failed on creating new cluster, and trying to create it manually via: pg_createcluster 8.4 main --start is also unsuccessful, will continue investigating...
--UPDATE 2--
Further reading suggests the error is due to the inability to create a shared memory segment, which can be resolved by increasing the kernel.shmmax value in /etc/sysctl.conf and then running sysctl -p...
Problem is "kernel.shmmax is unknown key"
So looks like the kernel is not configured for shared memory...


