I can't find any trace tho.. can you suggest? Added build options
----------------------------------- configure: summary of build options: Server Version: 2.5.1 Install prefix: /usr/local/apache2 C compiler: aarch64-gnu-linux-gcc -march=armv8-a+crc -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security --sysroot=/opt/drive5-linux/5.0.40.0-29154167/s ysroots/aarch64-gnu-linux CFLAGS: -O2 -pipe -g -feliminate-unused-debug-types -fno-diagnostics-show-caret CPPFLAGS: -DLINUX -D_REENTRANT -D_GNU_SOURCE LDFLAGS: -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now LIBS: C preprocessor: aarch64-gnu-linux-gcc -E -march=armv8-a+crc -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security --sysroot=/opt/drive5-linux/5.0.40.0-2915416 ----------------------------------- -----Original Message----- From: "유원석"<seo0...@naver.com> To: <users@httpd.apache.org>; Cc: Sent: 2023-02-15 (수) 18:20:09 (GMT+09:00) Subject: Re: [users@httpd] cannot run test program while cross compiling No, so I tried and all compiles process works I moved httpd and what should be required to the target and it fails with core dumped It seems no log there I have no clue about what i should do next Thank you -----Original Message----- From: "Vladimir Chlup"<vch...@redhat.com> To: <users@httpd.apache.org>; Cc: Sent: 2023-02-15 (수) 17:07:41 (GMT+09:00) Subject: Re: [users@httpd] cannot run test program while cross compiling Hello, Did you try to rename `aarch64-linux-libtool` to `libtool`? Regards, On Wed, Feb 15, 2023 at 1:35 AM 유원석 <seo0...@naver.com> wrote: Thank you for your supports I pass through but having new error in make command. "libtool: command not found" But the thing is libtool-bin's been installed by sudo apt install command, so as to run configure command which had an error about libtool not found as well. but now it seems like trying to find it in httpd directory in make command Regards -----Original Message----- From: "Yann Ylavic"<ylavic....@gmail.com> To: <users@httpd.apache.org>; Cc: Sent: 2023-02-15 (수) 03:01:10 (GMT+09:00) Subject: Re: [users@httpd] cannot run test program while cross compiling On Tue, Feb 14, 2023 at 6:56 PM Yann Ylavic <ylavic....@gmail.com> wrote: > > On Tue, Feb 14, 2023 at 1:13 PM 유원석 <seo0...@naver.com> wrote: > > > > Hello > > I was trying to cross-compile apache to no avail > > How can I fix this error below? > > Can you try the attached patch? Possible adding ap_cv_crypt_sha2=no (or =yes if you know that the target system's crypt() supports SHA-2) to the "./configure ..." command line could do it too, by forcing the test decision rather than running it. > > Regards; > Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org -- Vladimír Chlup