Fedora Core 4 isletim sisteminde Postgresql paketi hazır olarak geliyo fakat ben bunu nasıl aktif edicem ve postgresql i internet üzerinden nasıl açıcam hangi dosyada bulunuyor database e tablo nasıl ekliyecegim yaw çıkamadım isin içinden
Kod:
$ cd /usr/local
$ tar -xvzf postgresql-7.3.2.tar.gz
$ cd postgresql-7.3.2
$ ./configure \
--with-perl \
--enable-odbc \
--with-unixodbc \
--with-pam \
--with-openssl
$ make
# make install
# echo /usr/local/pgsql/lib >> /etc/ld.so.conf
# ldconfig
bunu tek tek yaptım fakat simdi localhostdan nası giricegim ben postgresql e off ya bir yardım lütfen ...
Alıntıdır
Saygılarımla

