[mapserver-users] Compiling mapserver 6.4

Nahum Castro pedro1_72 at yahoo.com
Tue Oct 1 16:45:26 PDT 2013


Hello all
Says Fridibi is incompatible?

Which version is compatible?

I have 0.19.2

Linking CXX shared library libmapserver.so
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../libfribidi.so when searching for -lfribidi
/usr/bin/ld: skipping incompatible /usr/lib/libfribidi.so when searching for -lfribidi
/usr/bin/ld: cannot find -lfribidi
collect2: ld devolvió el estado de salida 1
make[2]: *** [libmapserver.so.6.4.0] Error 1
make[1]: *** [CMakeFiles/mapserver.dir/all] Error 2
make: *** [all] Error 2

Thanks.

Please add this lines to:

FindPostgreSQL.cmake

Not all of us use Ubuntu :)

# - Find PostgreSQL
# Find the PostgreSQL includes and client library
# This module defines
#  POSTGRESQL_INCLUDE_DIR, where to find POSTGRESQL.h
#  POSTGRESQL_LIBRARY, the libraries needed to use POSTGRESQL.
#  POSTGRESQL_FOUND, If false, do not try to use PostgreSQL.
#
# Copyright (c) 2013 Thomas Bonfort
#

find_path(POSTGRESQL_INCLUDE_DIR libpq-fe.h
  /usr/include/server
  /usr/include/postgresql
  /usr/include/pgsql/server
  /usr/local/pgsql/include
  /usr/local/include/pgsql/server
  /usr/include/postgresql/server
  /usr/include/postgresql/*/server
  /usr/local/include/postgresql/server
  /usr/local/include/postgresql/*/server
  $ENV{ProgramFiles}/PostgreSQL/*/include/server
  $ENV{SystemDrive}/PostgreSQL/*/include/server
)

find_library(POSTGRESQL_LIBRARY NAMES pq libpq
  PATHS
  /usr/lib
  /usr/local/pgsql/lib
  /usr/local/lib
  /usr/lib/postgresql
  /usr/lib64
  /usr/local/lib64
  /usr/lib64/postgresql
  $ENV{ProgramFiles}/PostgreSQL/*/lib/ms
  $ENV{SystemDrive}/PostgreSQL/*/lib/ms
)

set(POSTGRESQL_INCLUDE_DIRS ${POSTGRESQL_INCLUDE_DIR})
set(POSTGRESQL_LIBRARIES ${POSTGRESQL_LIBRARY})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(POSTGRESQL DEFAULT_MSG POSTGRESQL_LIBRARY POSTGRESQL_INCLUDE_DIR)
mark_as_advanced(POSTGRESQL_LIBRARY POSTGRESQL_INCLUDE_DIR)

Thanks.


--
Nahum Castro
Leon, Guanajuato, Mexico
http://www.leon-linux.com
e-mail: pedro1_72 [en] yahoo [punto] com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20131001/dcb792e1/attachment.html>


More information about the mapserver-users mailing list