Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Yann Ylavic
On Tue, Feb 14, 2023 at 1:13 PM 유원석 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? Regards; Yann. Index: configure.in === --- configure.in

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Yann Ylavic
On Tue, Feb 14, 2023 at 6:56 PM Yann Ylavic wrote: > > On Tue, Feb 14, 2023 at 1:13 PM 유원석 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

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Antony Stone
On Tuesday 14 February 2023 at 13:12:19, 유원석 wrote: > Hello > I was trying to cross-compile apache to no avail > How can I fix this error below? What error are you trying to fix? > apache2 branch trunk > install pcre-config from pcre.org > > ./configure --prefix=$PWD/final --host=aarch64-linux

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread 유원석
Png file would be helpful As i was configurating, it shows the same message as the title. Namely, building issues Thank you -Original Message- From: "Antony Stone" To: ; Cc: Sent: 2023-02-14 (화) 21:28:29 (GMT+09:00) Subject: Re: [users@httpd] cannot run test program while cross

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread Antony Stone
On Tuesday 14 February 2023 at 13:35:14, 유원석 wrote: > Png file would be helpful Copy and paste (text) of the command you run and the *error* output you get would be helpful. > As i was configurating, it shows the same message as the title. Is "cannot run test program while cross compiling" an

Re: [users@httpd] cannot run test program while cross compiling

2023-02-14 Thread 유원석
Q) Copy and paste (text) of the command you run and the *error* output you get would be helpful. A) ./configure --prefix=$PWD/final --host=aarch64-linux --with-pcre=/usr/local/pcre/bin/pcre2-config Q) Is "cannot run test program while cross compiling" an error message, or simply a