Comment 6 for bug 221693

Revision history for this message
Erich Pawlik (erichpawlik) wrote :

ls -l /usr/include/postgresql/8.3/server
ls: cannot access /usr/include/postgresql/8.3/server: No such file or directory

The directory /usr/include/postgresql/8.3 doesn't exist.

ls -l in /usr/include/postgresql generates the following output:

drwxr-xr-x 2 root root 4096 2008-06-12 19:21 catalog
-rw-r--r-- 1 root root 23839 2008-06-11 21:50 c.h
drwxr-xr-x 3 root root 4096 2008-06-12 19:21 internal
drwxr-xr-x 2 root root 4096 2008-06-12 19:21 libpq
-rw-r--r-- 1 root root 18410 2008-06-11 21:50 libpq-fe.h
drwxr-xr-x 2 root root 4096 2008-06-12 19:21 mb
drwxr-xr-x 2 root root 4096 2008-06-12 19:21 nodes
-rw-r--r-- 1 root root 21623 2008-06-11 21:50 pg_config.h
-rw-r--r-- 1 root root 8969 2008-06-11 21:50 pg_config_manual.h
-rw-r--r-- 1 root root 766 2008-06-11 21:50 pg_config_os.h
-rw-r--r-- 1 root root 1568 2008-06-11 21:50 pg_trace.h
-rw-r--r-- 1 root root 12656 2008-06-11 21:50 port.h
-rw-r--r-- 1 root root 1837 2008-06-11 21:50 postgres_ext.h
-rw-r--r-- 1 root root 790 2008-06-11 21:50 postgres_fe.h
-rw-r--r-- 1 root root 21898 2008-06-11 21:50 postgres.h
drwxr-xr-x 2 root root 4096 2008-06-12 19:21 utils

Regards

Erich