From nobody Sun Apr 09 12:37:33 2023 X-Original-To: apache@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PvWpr65WHz44N16 for ; Sun, 9 Apr 2023 12:37:56 +0000 (UTC) (envelope-from paul@scom.ca) Received: from mail19.scom.ca (mail.scom.ca [65.39.148.19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits)) (Client CN "*.scom.ca", Issuer "RapidSSL Global TLS RSA4096 SHA256 2022 CA1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PvWpr19S1z3lDK for ; Sun, 9 Apr 2023 12:37:56 +0000 (UTC) (envelope-from paul@scom.ca) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of paul@scom.ca designates 65.39.148.19 as permitted sender) smtp.mailfrom=paul@scom.ca; dmarc=none Received: from mail19.scom.ca (localhost [127.0.0.1]) by mail19.scom.ca (Postfix) with ESMTP id C07422FCB0B for ; Sun, 9 Apr 2023 08:37:48 -0400 (EDT) Received: from [10.0.0.130] (174-138-222-213.cpe.distributel.net [174.138.222.213]) (Authenticated sender: paul@scom.ca) by mail19.scom.ca (Postfix) with ESMTPSA id B24FB2FCB08 for ; Sun, 9 Apr 2023 08:37:32 -0400 (EDT) Message-ID: Date: Sun, 9 Apr 2023 08:37:33 -0400 List-Id: Support of apache-related ports List-Archive: https://lists.freebsd.org/archives/freebsd-apache List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-apache@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Fwd: Build issues apache httpd-2.4.56 / libaprutil-1.so: undefined reference to libiconv_open Content-Language: en-US References: <662315b4-f592-627e-4b28-dbe52c950706@scom.ca> To: apache@FreeBSD.org From: "Paul Kudla (SCOM.CA Internet Services Inc.)" In-Reply-To: <662315b4-f592-627e-4b28-dbe52c950706@scom.ca> X-Forwarded-Message-Id: <662315b4-f592-627e-4b28-dbe52c950706@scom.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-2.89 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; NEURAL_HAM_SHORT(-0.60)[-0.596]; R_SPF_ALLOW(-0.20)[+ip4:65.39.148.0/26:c]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[apache@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; DMARC_NA(0.00)[scom.ca]; ASN(0.00)[asn:13768, ipnet:65.39.148.0/22, country:CA]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_THREE(0.00)[3]; ARC_NA(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; FREEFALL_USER(0.00)[paul]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_LAST(0.00)[]; FROM_HAS_DN(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[apache@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4PvWpr19S1z3lDK X-Spamd-Bar: -- X-ThisMailContainsUnwantedMimeParts: N Ok please understand i am asking here because apache downloaded from httpd.org will not build generically from source. I am a programmer of 35+ years and appreciate that everything is not compatible with everything else however i should and used to build from source until apache 2.4.x using : drwxr-xr-x 29 1000 1000 uarch 72B Apr 9 06:15 apr-1.7.3 drwxr-xr-x 9 paul 1001 uarch 30B Apr 9 06:33 apr-iconv-1.2.2 drwxr-xr-x 21 501 staff uarch 65B Apr 9 06:35 apr-util-1.6.3 drwxr-xr-x 13 501 staff uarch 60B Apr 9 07:16 httpd-2.4.56 all with generic ./configures and installs using gmake (from ports devel) This error has occured surrounding iconv libs missing linking into I need to build fro source because i need custom php builds etc and python that is not directly supported from the port collection. Help would be appreciated as i am sure there is a patch somewhere, just can not find it? Actual error is : [07:22:53] argg.scom.ca [root:0] /usr/local/src/net/httpd-2.4.56.current/support # gmake gmake[1]: Entering directory '/usr/local/src/net/httpd-2.4.56.current/support' /usr/local/apr/build-1/libtool --silent --mode=link cc -g -O2 -L/usr/local/lib -o htpasswd htpasswd.lo passwd_common.lo /usr/local/apr/lib/libaprutil-1.la -lexpat /usr/local/apr/lib/libapr-1.la -lcrypt -lpthread -lcrypt ld: error: /usr/local/apr/lib/libaprutil-1.so: undefined reference to libiconv_open [--no-allow-shlib-undefined] ld: error: /usr/local/apr/lib/libaprutil-1.so: undefined reference to libiconv [--no-allow-shlib-undefined] ld: error: /usr/local/apr/lib/libaprutil-1.so: undefined reference to libiconv_close [--no-allow-shlib-undefined] cc: error: linker command failed with exit code 1 (use -v to see invocation) gmake[1]: *** [Makefile:48: htpasswd] Error 1 gmake[1]: Leaving directory '/usr/local/src/net/httpd-2.4.56.current/support' gmake: *** [/usr/local/src/net/httpd-2.4.56.current/build/rules.mk:75: all-recursive] Error 1 -- Happy Sunday !!! Thanks - paul Paul Kudla Scom.ca Internet Services 004-1009 Byron Street South Whitby, Ontario - Canada L1N 4S3 Toronto 416.642.7266 Main 1.866.411.7266 Fax 1.888.892.7266 Email paul@scom.ca