- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I try to use icc compiler apache2. my configure:
[bash]./configure --enable-so --enable-proxy-ftp CC=icc CFLAGS="-m64 -mno-sse2"[/bash]
[bash]httpd: Syntax error on line 99 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_filter.so into server: /usr/local/apache2/modules/mod_filter.so: undefined symbol: __intel_sse2_strcspn[/bash] mod_filter.so:
[bash]nm /usr/local/apache2/modules/mod_filter.so |grep intel U __intel_sse2_strcspn U __intel_sse2_strncmp U __intel_ssse3_memcpy [/bash] icc version 12.1.4 (gcc version 4.6.0 compatibility)
Ubuntu 12.04
[bash]./configure --enable-so --enable-proxy-ftp CC=icc CFLAGS="-m64 -mno-sse2"[/bash]
When you start apache2 was faultless specifications: |
[bash]nm /usr/local/apache2/modules/mod_filter.so |grep intel U __intel_sse2_strcspn U __intel_sse2_strncmp U __intel_ssse3_memcpy [/bash] icc version 12.1.4 (gcc version 4.6.0 compatibility)
Ubuntu 12.04
English I is not that great!
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not familiar with compiling apache2, but to me this looks like you are not linking mod_filter.so with icc. Is there maybe another parameter to specify the linker?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page