search for: incdir

Displaying 20 results from an estimated 20 matches for "incdir".

2004 Aug 12
2
Can't locate Net/LDAP.pm in @INC
...make make install MIT Kerberos ./configure --prefix=/usr make make install make check OpenSSL ./config --openssldir=/usr make make install Cyrus SASL cd cyrus-sasl-2.1.19 ./configure --prefix=/usr --with-dbpath=/usr/etc/sasldb2 --with-dblib=berkeley --with-bdb-libdir=/usr/lib --with-bdb-incdir=/usr/include --with-openssl=/usr --with-plugindir=/usr/lib/sasl2 make make install OpenLDAP env CPPFLAGS=”-I/usr/include” LDFLAGS=”-L/usr/lib” ./configure --prefix=/usr --libexecdir=/usr/sbin --libdir=/usr/lib --includedir=/usr/include --with-cyrus-sasl --enable-slapd --enable-slurpd --enable-bd...
2004 Mar 13
1
Installing ncdf package
...phen/src/netcdf/netcdf-3.4/src/libsrc/netcdf.h presence... no checking for /iwi200/home/users/stephen/src/netcdf/netcdf-3.4/src/libsrc/netcdf.h... no Fatal error: I cannot find the directory that holds the netcdf include file netcdf.h! You can specify it as follows: ./configure --with-netcdf_incdir=directory_with_file_netcdf.h *** Special note for R CMD INSTALL users: ********************************* The syntax for specifying multiple --configure-args does not seem to be well documented in R. If you have installed the netcdf include and library directories in some non-stand...
2020 Jul 13
3
CentOS 8 & HandBrakeCLI
...error message is related to ffmpeg, but I don't get any error message with it: # ffmpeg ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers ? built with gcc 8 (GCC) ? configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1...
2005 Dec 01
0
ruby-ldap install problems
...directory location of these files. I have tried nearly every combination os specifying library directory, openldap directory, and the directory for the .h files. C:\ldap\ruby-ldap-0.9.2>ruby extconf.rb --with-openldap2 --with-ldap-libdir=C:\ldap2-ruby\openldap-2.3.11\libraries\ --w ith ldap-incdir=C:\ldap2-ruby\openldap-2.3.11\include checking for ldap.h... no checking for lber.h... no checking for ldap_ssl.h... no can''t find ldap.h and lber.h use the option ''--with-ldap-dir''! Does anybody know if I am missing something or doing something wrong? -Shaun -- Poste...
2020 Jul 13
0
CentOS 8 & HandBrakeCLI
...ated to ffmpeg, but I don't get any error message with it: > > # ffmpeg > ffmpeg version 4.2.3 Copyright (c) 2000-2020 the FFmpeg developers > ? built with gcc 8 (GCC) > ? configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --docdir=/usr/share/doc/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --optflags='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -spec...
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
...vchkpw -u 89 -d /var/vpopmail vpopmail mkdir /var/vpopmail create vpopmail database and vpopmail user in Mysql (update, delete, create, alter, drop, index..) adjust the vpomail sql cofig file: vi vmysql.h provided Mysql is installed in /usr/local/mysql: ./configure --enable-mysql=y --enable-sqlincdir=/usr/local/mysql/include/mysql/ --enable-sqllibdir=/usr/local/mysql/lib/mysql/ --enable-incdir=/usr/local/mysql/include/mysql/ --enable-libdir=/usr/local/mysql/lib/mysql/ --enable-clear-passwd=n --enable-many-domains=y --enable-valias=y --enable-roaming-users=n --enable-mysql-logging=y make su mak...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
.../share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' incdir='${prefix}/include/xapian-1.3' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/saad/GitProjects/xapian/xapian-core/install-sh' ldflags='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' l...
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...ommand line work around: # R CMD INSTALL ncdf_1.5.tar.gz [...] checking /sw/include/netcdf.h presence... no checking for /sw/include/netcdf.h... no Fatal error: I cannot find the directory that holds the netcdf include file netcdf.h! You can specify it as follows: ./configure --with-netcdf_incdir=directory_with_file_netcdf.h *** Special note for R CMD INSTALL users: ********************************* The syntax for specifying multiple --configure-args does not seem to be well documented in R. If you have installed the netcdf include and library directories in some non-stand...
2013 Jun 16
2
Problem in linking a library in R package
...mpirun... mpirun checking for mpiexec... mpiexec checking for orterun... orterun checking for sed... /bin/sed checking for mpicc... mpicc checking for ompi_info... ompi_info checking for mpich2version... mpich2version found sed, mpicc, and ompi_info ... gcc: error: unrecognized option '--showme:incdirs'>> TMP_INC_DIRS = gcc: error: unrecognized option '--showme:libdirs'>> TMP_LIB_DIRS = I am here /usr/lib/openmpi and it is OpenMPITrying to find mpi.h ...Found in /usr/lib/openmpi/includeTrying to find libmpi.so or libmpich.a ...Found libmpi in /usr/lib/openmpi/lib checking...
2018 Mar 01
0
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...&& cd . && abs_builddir=`pwd` && cd $old && \ > cd . && abs_srcdir=`pwd` && cd $old && \ > (echo "DOVECOT_INSTALLED=no"; cat dovecot-config.in | sed \ > -e "s|\$(top_builddir)|$abs_builddir|g" \ > -e "s|\$(incdir)|$abs_srcdir|g" \ > -e "s|\$(LIBICONV)|-liconv|g" \ > -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ > -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ > -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ > -e &quot...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...t a command line work around: # R CMD INSTALL ncdf_1.5.tar.gz [...] checking /sw/include/netcdf.h presence... no checking for /sw/include/netcdf.h... no Fatal error: I cannot find the directory that holds the netcdf include file netcdf.h! You can specify it as follows: ./configure --with-netcdf_incdir=directory_with_file_netcdf.h *** Special note for R CMD INSTALL users: ********************************* The syntax for specifying multiple --configure-args does not seem to be well documented in R. If you have installed the netcdf include and library directories in some non-standard location,...
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on AIX 5.2?... If so, would you care to share your notes? Thanks all. Andy Speagle "Always remember that you are unique. Just like everybody else."
2018 Mar 01
2
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
On 1 Mar 2018, at 4:09 pm, Aki Tuomi <aki.tuomi at dovecot.fi <mailto:aki.tuomi at dovecot.fi>> wrote: > > >> On 01 March 2018 at 06:21 James Brown < jlbrown at bordo.com.au <mailto:jlbrown at bordo.com.au>> wrote: >> >> >> Have tried 2.3.0, 2.3.0.1 & 2.2.34. >> >> Compile is failing for me. >> >> ./configure
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on AIX 5.2. When I run smbclient, it says error: exec(): 0509-036 Cannot load program ./smbclient because of the following errors: 0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded. 0509-022 Cannot load module libreadline.a(libreadline.so). 0509-026 System error: A file or directory in the path name
2018 Mar 01
5
Make fails with 2.3.0.1 & 2.2.34 on Mac OS X 10.7.5
...l in . old=`pwd` && cd . && abs_builddir=`pwd` && cd $old && \ cd . && abs_srcdir=`pwd` && cd $old && \ (echo "DOVECOT_INSTALLED=no"; cat dovecot-config.in | sed \ -e "s|\$(top_builddir)|$abs_builddir|g" \ -e "s|\$(incdir)|$abs_srcdir|g" \ -e "s|\$(LIBICONV)|-liconv|g" \ -e "s|\$(MODULE_LIBS)|-export-dynamic|g" \ -e "s|^\(dovecot_pkgincludedir\)=|\1=/usr/local/include/dovecot|" \ -e "s|^\(dovecot_pkglibdir\)=|\1=/usr/local/lib/dovecot|" \ -e "s|^\(dovecot_pkglib...
2015 Feb 03
2
Fwd: Waiting for Reply regarding "TestCases Failure"
---------- Forwarded message ---------- From: Saad Ahmed <ch.saad.ahmed at gmail.com> Date: 3 February 2015 at 21:10 Subject: Waiting for Reply regarding "TestCases Failure" To: Xapian Development <xapian-devel at lists.xapian.org> I have been waiting for reply regarding any further steps to take. Following are the outputs of commands that you asked me to run. All these
2007 Apr 10
1
[PATCH] Add support for DHCP-Options
...com32/modules/subst.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 231 insertions(+), 1 deletions(-) diff --git a/com32/modules/Makefile b/com32/modules/Makefile index bef45a8..a7c2de9 100644 --- a/com32/modules/Makefile +++ b/com32/modules/Makefile @@ -45,7 +45,8 @@ INCDIR = /usr/include COM32DIR = $(AUXDIR)/com32 MODULES = chain.c32 menu.c32 vesamenu.c32 ethersel.c32 mboot.c32 \ - dmitest.c32 cpuidtest.c32 pcitest.c32 elf.c32 linux.c32 + dmitest.c32 cpuidtest.c32 pcitest.c32 elf.c32 linux.c32 \ + subst.c32 TESTFILES = all: $(MODULES) $(TESTFI...
2010 Sep 03
1
TinycoreLinux Install
...'${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='${prefix}' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' incdir='${prefix}/include' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /mnt/hdd1/search/xapian/xapian/install-sh' ldflags='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' link_all_deplibs_CXX=...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and