Displaying 13 results from an estimated 13 matches for "srclib".
2004 Jul 09
0
http-devel problem
...nd a minor problem in httpd-devel-2.0.46-32.ent.3.centos.1 package
in files used for developement for Apache webserver in directory
/usr/lib/httpd/build thee a re weird INCLIDES paths:
# pwd
/usr/lib/httpd/build
# grep cent *
apr_rules.mk:apr_builddir=/home/centos/upd2/BUILD/httpd-2.0.46/prefork/srclib/apr
apr_rules.mk:apr_builders=/home/centos/upd2/BUILD/httpd-2.0.46/srclib/apr/build
config_vars.mk:APR_INCLUDEDIR =
/home/centos/upd2/BUILD/httpd-2.0.46/prefork/srclib/apr/include
/home/centos/upd2/BUILD/httpd-2.0.46/srclib/apr/include
config_vars.mk:APU_INCLUDEDIR =
/home/centos/upd2/BUILD/http...
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
Has anyone gotten Apache 2.0.54 to build on CentOS 4.1? Apache
2.0.52(distrbiuted with CentOS
4.1) compiles file. This is the error:
/scratch/apache2.src/httpd-2.0.54/srclib/apr/libtool --silent --mode=link
gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER
-I/scratch/apache2.src/httpd-2.0.54/srclib/apr/include
-I/scratch/apache2.src/httpd-2.0.54/srclib/apr-util/include -I.
-I/...
2004 Dec 06
1
Help: Apache2, Tomcat5 and jk2_connector
...L_EXPERIMENTAL_
ENGINE -I/usr/kerberos/include -pthread -DLINUX=2
-D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-D_SVID_SO
URCE -D_GNU_SOURCE -I../../include
-I/usr/include/httpd
-I/rpmbuild/centos/rpm/BUILD/httpd-2.0.46/prefork/sr
clib/apr-util/include
/rpmbuild/centos/rpm/BUILD/httpd-2.0.46/srclib/apr-util/include
-I/rpmbuild/centos/rpm/B
UILD/httpd-2.0.46/prefork/srclib/apr/include
/rpmbuild/centos/rpm/BUILD/httpd-2.0.46/srclib/apr/include
-I /us
r/java/j2sdk1.4.2_06/include -I
/usr/java/j2sdk1.4.2_06/include/linux
-DCHUNK_SIZE=4096 -DUSE_APACHE_MD5 -DHA
VE_JNI -c ../../common/jk_channel_...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...e,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2 and extracted them
into rpmbuild/SOURCES/httpd-2.4.7/srclib intending to use the
--with-included-arp configuration directive per
rpmbuild/SOURCES/httpd-2.4.7/INSTALL.
I also revised the spec file to remove requirements for the removed dependencies.
#BuildRequires: apr-devel >= 1.4.0, apr-util-devel >= 1.4.0
# Replaced by --with-included-apr
. . .
#R...
2011 Mar 25
1
[LLVMdev] Instrumentation with liblto and gold
...of the following ones with other flags:
- export LIBS="-L/home/sangmin/Dropbox/Falcon/bin/ -ldummy"
- export LDFLAGS="-L/home/sangmin/Dropbox/Falcon/bin/ -ldummy"
Here are the error messages:
Compile error (apache):
make[3]: Entering directory `/home/sangmin/Concurrency/apache/srclib/apr'
/bin/bash /home/sangmin/Concurrency/apache/srclib/apr/libtool --silent
--mode=link llvm-gcc -use-gold-plugin -pthread -O4 -DHAVE_CONFIG_H -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -I./include -I../include -version-info 9:5:9
-L/home/sangmin/Dropbox/Falcon/bin/ -ldummy -o libapr-0.la -rpath
/hom...
2007 Mar 08
2
RE: Apache Install error on Centos 4.3
...t
might be wrong.
make[1]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
make[2]: Entering directory `/home/odege/Desktop/httpd-2.2.4/support'
/usr/lib/apr-1/build/libtool --silent --mode=link gcc -pthread -o
htpasswd htpasswd.lo -lm
/home/odege/Desktop/httpd-2.2.4/srclib/pcre/libpcre.la
/usr/lib/libaprutil-1.la -lldap -llber -ldb-4.2 -lexpat
/usr/lib/libapr-1.la-lpthread -ldl
/usr/bin/ld: warning: libpq.so.4, needed by /usr/lib/libaprutil-1.so, not
found (try using -rpath or -rpath-link)
/usr/lib/libaprutil-1.so: undefined reference to `PQgetResult'
/usr/lib/li...
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
...of symbol duplications, duplication of main
methods etc. Is there a proper approach of running analysis on a
sourcebase which contains .o files (bytecode files) generated by
llvm-gcc?
Following is the sample output when I attempt to compile httpd with
above mentioned setup.
/bin/sh /httpd-2.0.55/srclib/apr/libtool --silent --mode=compile
llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-I../include -I../include/arch/unix -c apr_snprintf.c && touch
apr_snprintf.lo
In file included from apr_snprintf.c:22:
../include/apr_network_io.h:122: error: redefinition of `stru...
2011 Mar 24
0
[LLVMdev] Instrumentation with liblto and gold
On 3/24/11 6:23 PM, Sangmin Park wrote:
> Hi,
>
> I need advice in instrumenting programs using liblto and gold plugin.
> Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp.
> My pass inserts functions (myLoad and myStore) for some load and store
> instructions.
> The functions exist in a library file.
>
> I found that the approach works for the example in
2011 Mar 24
2
[LLVMdev] Instrumentation with liblto and gold
Hi,
I need advice in instrumenting programs using liblto and gold plugin.
Specifically, I added my pass in tools/lto/LTOCodeGenerator.cpp.
My pass inserts functions (myLoad and myStore) for some load and store
instructions.
The functions exist in a library file.
I found that the approach works for the example in the link:
http://llvm.org/docs/GoldPlugin.html
$ llvm-gcc -flto a.c -c -o a.o
$ ar q
2006 Mar 30
0
[LLVMdev] Running LLVM Analysis on real-world projects.
...no longer available). It's written in perl and
was used to test a bunch of the packages (listed on the status page).
If anyone is interested in using it as a base of an automated testing
framework for external packages, I can post it for people to play around
with.
> /bin/sh /httpd-2.0.55/srclib/apr/libtool --silent --mode=compile
> llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
> -I../include -I../include/arch/unix -c apr_snprintf.c && touch
> apr_snprintf.lo
> In file included from apr_snprintf.c:22:
> ../include/apr_network_io.h:122: err...
2012 Jun 28
2
[LLVMdev] Problem compiling with clang + gold plugin: no archive symbol table
...ings/libmystrings.a: no archive
> symbol table (run ranlib)
> my_main.c:23: error: undefined reference to 'my_thread_global_init'
This does not seem to be specific on MySQL, tested on httpd, also emit
similar error messages:
/home/ryan/binutils/bin/ld: error:
> /tmp/httpd-2.2.22/srclib/pcre/.libs/libpcre.a: no archive symbol table (run
> ranlib)
It looks like ar didn't run with gold plugin. Actually I did alias ar="ar
--plugin /path/to/LLVMgold.so" and also similarly to
nm. Still didn't help. If I export AR="ar --plugin /path/to/LLVMgold.so",
it w...
2006 Mar 31
1
[LLVMdev] Running LLVM Analysis on real-world projects.
...9;s written in perl and
> was used to test a bunch of the packages (listed on the status page).
> If anyone is interested in using it as a base of an automated testing
> framework for external packages, I can post it for people to play around
> with.
>
> > /bin/sh /httpd-2.0.55/srclib/apr/libtool --silent --mode=compile
> > llvm-gcc -g -O2 -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
> > -I../include -I../include/arch/unix -c apr_snprintf.c && touch
> > apr_snprintf.lo
> > In file included from apr_snprintf.c:22:
> > ../include/...
2016 Sep 17
5
(Thin)LTO llvm build
On Sun, Sep 18, 2016 at 12:32 AM, Mehdi Amini <mehdi.amini at apple.com> wrote:
>
>> On Sep 17, 2016, at 3:19 PM, Carsten Mattner <carstenmattner at gmail.com> wrote:
>>
>> So, when I embark on the next ThinLTO try build, probably this Sunday,
>> should I append -Wl,-plugin-opt,jobs=NUM_PHYS_CORES to LDFLAGS
>> and run ninja without -j or