Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] How to reconfigure perl on Void Linux - Or is there a perl-devel package ?
@ 2021-09-06 14:41 aaFn
  2021-09-08  9:51 ` leahneukirchen
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: aaFn @ 2021-09-06 14:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1273 bytes --]

New issue by aaFn on void-packages repository

https://github.com/void-linux/void-packages/issues/32857

Description:
Hello @leahneukirchen , I am trying to get an Apache server running with mod_perl on a Void Linux instance, to be able to call Perl from Apache.
This DSO module is not included in the packages, so I am then trying to compile it, using instructions at https://perl.apache.org/docs/2.0/user/install/install.html

However, it fails with error
```
mod_perl does not currently support multiplicity without ithreads.
Please recompile Perl with -Duseithreads and -Dusemultiplicity
```

And indeed, doing `perl -V:useithreads -V:usemultiplicity` shows that one is configred, but not the other (and the modules asks for none, or both, but not the intermediate situation):
```
useithreads='define';
usemultiplicity='undef';
```

So I need to reconfigure / re-compile the distributed version, using:
```
  % ./Configure -des -Uusethreads  (or   % ./Configure -des -Dusethreads -Dusemultiplicity)
  % make && make test && make install

```

However, there is no such command in the distributed package, and apparently no perl-devel package is available.
Do you have an advice or better view on how to achieve this ?

Thanks in advance, aaFn.

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-10-01 15:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 14:41 [ISSUE] How to reconfigure perl on Void Linux - Or is there a perl-devel package ? aaFn
2021-09-08  9:51 ` leahneukirchen
2021-09-08 11:11 ` aaFn
2021-09-10 16:30 ` leahneukirchen
2021-09-10 17:08 ` aaFn
2021-09-10 17:25 ` leahneukirchen
2021-09-10 18:05 ` aaFn
2021-09-11 15:28 ` aaFn
2022-06-05  2:14 ` github-actions
2022-06-07 11:45 ` leahneukirchen
2022-06-07 12:55 ` aaFn
2022-09-06  2:16 ` github-actions
2022-09-06  9:24 ` leahneukirchen
2022-10-01 15:04 ` [ISSUE] [CLOSED] " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).