Commit | Line | Data |
d420ca49 |
1 | If you read this file _as_is_, just ignore the funny characters you |
2 | see. It is written in the POD format (see pod/perlpod.pod) which is |
3 | specifically designed to be readable as is. |
4 | |
5 | =head1 NAME |
6 | |
7 | README.solaris - Perl version 5 on Solaris systems |
8 | |
9 | =head1 DESCRIPTION |
10 | |
11 | This document describes various features of Sun's Solaris operating system |
12 | that will affect how Perl version 5 (hereafter just perl) is |
13 | compiled and/or runs. Some issues relating to the older SunOS 4.x are |
14 | also discussed, though they may be out of date. |
15 | |
16 | For the most part, everything should just work. |
17 | |
18 | Starting with Solaris 8, perl5.00503 (or higher) is supplied with the |
19 | operating system, so you might not even need to build a newer version |
20 | of perl at all. The Sun-supplied version is installed in /usr/perl5 |
2a5ccb22 |
21 | with /usr/bin/perl pointing to /usr/perl5/bin/perl. Do not disturb |
22 | that installation unless you really know what you are doing. If you |
23 | remove the perl supplied with the OS, there is a good chance you will |
24 | render some bits of your system inoperable. If you wish to install a |
25 | newer version of perl, install it under a different prefix from |
26 | /usr/perl5. Common prefixes to use are /usr/local and /opt/perl. |
27 | |
28 | You may wish to put your version of perl in the PATH of all users by |
b29a8fb9 |
29 | changing the link /usr/bin/perl. This is OK, as all Perl scripts |
2a5ccb22 |
30 | shipped with Solaris use /usr/perl5/bin/perl. |
d420ca49 |
31 | |
32 | =head2 Solaris Version Numbers. |
33 | |
34 | For consistency with common usage, perl's Configure script performs |
35 | some minor manipulations on the operating system name and version |
36 | number as reported by uname. Here's a partial translation table: |
37 | |
38 | Sun: perl's Configure: |
39 | uname uname -r Name osname osvers |
2a5ccb22 |
40 | SunOS 4.1.3 Solaris 1.1 sunos 4.1.3 |
d420ca49 |
41 | SunOS 5.6 Solaris 2.6 solaris 2.6 |
42 | SunOS 5.8 Solaris 8 solaris 2.8 |
43 | |
2a5ccb22 |
44 | The complete table can be found in the Sun Managers' FAQ |
37a78d01 |
45 | L<ftp://ftp.cs.toronto.edu/pub/jdd/sunmanagers/faq> under |
2a5ccb22 |
46 | "9.1) Which Sun models run which versions of SunOS?". |
47 | |
d420ca49 |
48 | =head1 RESOURCES |
49 | |
5511f325 |
50 | There are many, many sources for Solaris information. A few of the |
d420ca49 |
51 | important ones for perl: |
52 | |
53 | =over 4 |
54 | |
55 | =item Solaris FAQ |
56 | |
57 | The Solaris FAQ is available at |
58 | L<http://www.science.uva.nl/pub/solaris/solaris2.html>. |
59 | |
2a5ccb22 |
60 | The Sun Managers' FAQ is available at |
37a78d01 |
61 | L<ftp://ftp.cs.toronto.edu/pub/jdd/sunmanagers/faq> |
2a5ccb22 |
62 | |
d420ca49 |
63 | =item Precompiled Binaries |
64 | |
65 | Precompiled binaries, links to many sites, and much, much more is |
5511f325 |
66 | available at L<http://www.sunfreeware.com/>. |
d420ca49 |
67 | |
68 | =item Solaris Documentation |
69 | |
5511f325 |
70 | All Solaris documentation is available on-line at L<http://docs.sun.com/>. |
d420ca49 |
71 | |
72 | =back |
73 | |
74 | =head1 SETTING UP |
75 | |
a83b6f46 |
76 | =head2 File Extraction Problems on Solaris. |
d420ca49 |
77 | |
78 | Be sure to use a tar program compiled under Solaris (not SunOS 4.x) |
79 | to extract the perl-5.x.x.tar.gz file. Do not use GNU tar compiled |
80 | for SunOS4 on Solaris. (GNU tar compiled for Solaris should be fine.) |
81 | When you run SunOS4 binaries on Solaris, the run-time system magically |
82 | alters pathnames matching m#lib/locale# so that when tar tries to create |
83 | lib/locale.pm, a file named lib/oldlocale.pm gets created instead. |
5511f325 |
84 | If you found this advice too late and used a SunOS4-compiled tar |
2a5ccb22 |
85 | anyway, you must find the incorrectly renamed file and move it back |
86 | to lib/locale.pm. |
d420ca49 |
87 | |
a83b6f46 |
88 | =head2 Compiler and Related Tools on Solaris. |
d420ca49 |
89 | |
90 | You must use an ANSI C compiler to build perl. Perl can be compiled |
91 | with either Sun's add-on C compiler or with gcc. The C compiler that |
92 | shipped with SunOS4 will not do. |
93 | |
94 | =head3 Include /usr/ccs/bin/ in your PATH. |
95 | |
96 | Several tools needed to build perl are located in /usr/ccs/bin/: ar, |
97 | as, ld, and make. Make sure that /usr/ccs/bin/ is in your PATH. |
98 | |
99 | You need to make sure the following packages are installed |
100 | (this info is extracted from the Solaris FAQ): |
101 | |
102 | for tools (sccs, lex, yacc, make, nm, truss, ld, as): SUNWbtool, |
103 | SUNWsprot, SUNWtoo |
104 | |
105 | for libraries & headers: SUNWhea, SUNWarc, SUNWlibm, SUNWlibms, SUNWdfbh, |
106 | SUNWcg6h, SUNWxwinc, SUNWolinc |
107 | |
108 | for 64 bit development: SUNWarcx, SUNWbtoox, SUNWdplx, SUNWscpux, |
109 | SUNWsprox, SUNWtoox, SUNWlmsx, SUNWlmx, SUNWlibCx |
110 | |
2a5ccb22 |
111 | If you are in doubt which package contains a file you are missing, |
112 | try to find an installation that has that file. Then do a |
113 | |
114 | grep /my/missing/file /var/sadm/install/contents |
115 | |
116 | This will display a line like this: |
117 | |
118 | /usr/include/sys/errno.h f none 0644 root bin 7471 37605 956241356 SUNWhea |
119 | |
b29a8fb9 |
120 | The last item listed (SUNWhea in this example) is the package you need. |
2a5ccb22 |
121 | |
d420ca49 |
122 | =head3 Avoid /usr/ucb/cc. |
123 | |
124 | You don't need to have /usr/ucb/ in your PATH to build perl. If you |
2a5ccb22 |
125 | want /usr/ucb/ in your PATH anyway, make sure that /usr/ucb/ is NOT |
126 | in your PATH before the directory containing the right C compiler. |
d420ca49 |
127 | |
128 | =head3 Sun's C Compiler |
129 | |
130 | If you use Sun's C compiler, make sure the correct directory |
2a5ccb22 |
131 | (usually /opt/SUNWspro/bin/) is in your PATH (before /usr/ucb/). |
d420ca49 |
132 | |
133 | =head3 GCC |
134 | |
135 | If you use gcc, make sure your installation is recent and |
136 | complete. As a point of reference, perl-5.6.0 built fine with |
137 | gcc-2.8.1 on both Solaris 2.6 and Solaris 8. You'll be able to |
138 | Configure perl with |
139 | |
140 | sh Configure -Dcc=gcc |
141 | |
142 | If you have updated your Solaris version, you may also have to update |
143 | your GCC. For example, if you are running Solaris 2.6 and your gcc is |
144 | installed under /usr/local, check in /usr/local/lib/gcc-lib and make |
2a5ccb22 |
145 | sure you have the appropriate directory, sparc-sun-solaris2.6/ or |
146 | i386-pc-solaris2.6/. If gcc's directory is for a different version of |
147 | Solaris than you are running, then you will need to rebuild gcc for |
148 | your new version of Solaris. |
d420ca49 |
149 | |
150 | You can get a precompiled version of gcc from |
2a5ccb22 |
151 | L<http://www.sunfreeware.com/>. Make sure you pick up the package for |
152 | your Solaris release. |
d420ca49 |
153 | |
154 | =head3 GNU as and GNU ld |
155 | |
156 | The versions of as and ld supplied with Solaris work fine for building |
157 | perl. There is normally no need to install the GNU versions. |
158 | |
159 | If you decide to ignore this advice and use the GNU versions anyway, |
160 | then be sure that they are relatively recent. Versions newer than 2.7 |
161 | are apparently new enough. Older versions may have trouble with |
162 | dynamic loading. |
163 | |
164 | If your gcc is configured to use GNU as and ld but you want to use the |
165 | Solaris ones instead to build perl, then you'll need to add |
166 | -B/usr/ccs/bin/ to the gcc command line. One convenient way to do |
167 | that is with |
168 | |
169 | sh Configure -Dcc='gcc -B/usr/ccs/bin/' |
170 | |
171 | Note that the trailing slash is required. This will result in some |
2a5ccb22 |
172 | harmless warnings as Configure is run: |
d420ca49 |
173 | |
174 | gcc: file path prefix `/usr/ccs/bin/' never used |
175 | |
176 | These messages may safely be ignored. |
177 | (Note that for a SunOS4 system, you must use -B/bin/ instead.) |
178 | |
179 | Alternatively, you can use the GCC_EXEC_PREFIX environment variable to |
180 | ensure that Sun's as and ld are used. Consult your gcc documentation |
181 | for further information on the -B option and the GCC_EXEC_PREFIX variable. |
182 | |
183 | =head3 GNU make |
184 | |
185 | Sun's make works fine for building perl. |
186 | If you wish to use GNU make anyway, be sure that the set-group-id bit is not |
187 | set. If it is, then arrange your PATH so that /usr/ccs/bin/make is |
188 | before GNU make or else have the system administrator disable the |
189 | set-group-id bit on GNU make. |
190 | |
191 | =head3 Avoid libucb. |
192 | |
193 | Solaris provides some BSD-compatibility functions in /usr/ucblib/libucb.a. |
194 | Perl will not build and run correctly if linked against -lucb since it |
195 | contains routines that are incompatible with the standard Solaris libc. |
196 | Normally this is not a problem since the solaris hints file prevents |
197 | Configure from even looking in /usr/ucblib for libraries, and also |
198 | explicitly omits -lucb. |
199 | |
a83b6f46 |
200 | =head2 Environment for Compiling Perl on Solaris |
d420ca49 |
201 | |
202 | =head3 PATH |
203 | |
204 | Make sure your PATH includes the compiler (/opt/SUNWspro/bin/ if you're |
205 | using Sun's compiler) as well as /usr/ccs/bin/ to pick up the other |
206 | development tools (such as make, ar, as, and ld). Make sure your path |
207 | either doesn't include /usr/ucb or that it includes it after the |
208 | compiler and compiler tools and other standard Solaris directories. |
209 | You definitely don't want /usr/ucb/cc. |
210 | |
211 | =head3 LD_LIBRARY_PATH |
212 | |
213 | If you have the LD_LIBRARY_PATH environment variable set, be sure that |
214 | it does NOT include /lib or /usr/lib. If you will be building |
215 | extensions that call third-party shared libraries (e.g. Berkeley DB) |
216 | then make sure that your LD_LIBRARY_PATH environment variable includes |
217 | the directory with that library (e.g. /usr/local/lib). |
218 | |
219 | If you get an error message |
220 | |
221 | dlopen: stub interception failed |
222 | |
223 | it is probably because your LD_LIBRARY_PATH environment variable |
224 | includes a directory which is a symlink to /usr/lib (such as /lib). |
225 | The reason this causes a problem is quite subtle. The file |
226 | libdl.so.1.0 actually *only* contains functions which generate 'stub |
227 | interception failed' errors! The runtime linker intercepts links to |
228 | "/usr/lib/libdl.so.1.0" and links in internal implementations of those |
229 | functions instead. [Thanks to Tim Bunce for this explanation.] |
230 | |
231 | =head1 RUN CONFIGURE. |
232 | |
233 | See the INSTALL file for general information regarding Configure. |
234 | Only Solaris-specific issues are discussed here. Usually, the |
235 | defaults should be fine. |
236 | |
a83b6f46 |
237 | =head2 64-bit Issues with Perl on Solaris. |
d420ca49 |
238 | |
239 | See the INSTALL file for general information regarding 64-bit compiles. |
240 | In general, the defaults should be fine for most people. |
241 | |
242 | By default, perl-5.6.0 (or later) is compiled as a 32-bit application |
243 | with largefile and long-long support. |
244 | |
245 | =head3 General 32-bit vs. 64-bit issues. |
246 | |
2a5ccb22 |
247 | Solaris 7 and above will run in either 32 bit or 64 bit mode on SPARC |
248 | CPUs, via a reboot. You can build 64 bit apps whilst running 32 bit |
249 | mode and vice-versa. 32 bit apps will run under Solaris running in |
250 | either 32 or 64 bit mode. 64 bit apps require Solaris to be running |
b29a8fb9 |
251 | 64 bit mode. |
d420ca49 |
252 | |
253 | Existing 32 bit apps are properly known as LP32, i.e. Longs and |
254 | Pointers are 32 bit. 64-bit apps are more properly known as LP64. |
255 | The discriminating feature of a LP64 bit app is its ability to utilise a |
256 | 64-bit address space. It is perfectly possible to have a LP32 bit app |
2a5ccb22 |
257 | that supports both 64-bit integers (long long) and largefiles (> 2GB), |
d420ca49 |
258 | and this is the default for perl-5.6.0. |
259 | |
260 | For a more complete explanation of 64-bit issues, see the Solaris 64-bit |
5511f325 |
261 | Developer's Guide at L<http://docs.sun.com:80/ab2/coll.45.13/SOL64TRANS/> |
d420ca49 |
262 | |
263 | You can detect the OS mode using "isainfo -v", e.g. |
264 | |
265 | fubar$ isainfo -v # Ultra 30 in 64 bit mode |
266 | 64-bit sparcv9 applications |
267 | 32-bit sparc applications |
268 | |
269 | By default, perl will be compiled as a 32-bit application. Unless you |
2a5ccb22 |
270 | want to allocate more than ~ 4GB of memory inside Perl, you probably |
d420ca49 |
271 | don't need Perl to be a 64-bit app. |
272 | |
5511f325 |
273 | =head3 Large File Support |
d420ca49 |
274 | |
275 | For Solaris 2.6 and onwards, there are two different ways for 32-bit |
2a5ccb22 |
276 | applications to manipulate large files (files whose size is > 2GByte). |
d420ca49 |
277 | (A 64-bit application automatically has largefile support built in |
278 | by default.) |
279 | |
280 | First is the "transitional compilation environment", described in |
281 | lfcompile64(5). According to the man page, |
282 | |
283 | The transitional compilation environment exports all the |
284 | explicit 64-bit functions (xxx64()) and types in addition to |
285 | all the regular functions (xxx()) and types. Both xxx() and |
286 | xxx64() functions are available to the program source. A |
287 | 32-bit application must use the xxx64() functions in order |
288 | to access large files. See the lf64(5) manual page for a |
289 | complete listing of the 64-bit transitional interfaces. |
290 | |
291 | The transitional compilation environment is obtained with the |
292 | following compiler and linker flags: |
293 | |
294 | getconf LFS64_CFLAGS -D_LARGEFILE64_SOURCE |
295 | getconf LFS64_LDFLAG # nothing special needed |
296 | getconf LFS64_LIBS # nothing special needed |
297 | |
298 | Second is the "large file compilation environment", described in |
299 | lfcompile(5). According to the man page, |
300 | |
301 | Each interface named xxx() that needs to access 64-bit entities |
302 | to access large files maps to a xxx64() call in the |
303 | resulting binary. All relevant data types are defined to be |
304 | of correct size (for example, off_t has a typedef definition |
305 | for a 64-bit entity). |
306 | |
307 | An application compiled in this environment is able to use |
308 | the xxx() source interfaces to access both large and small |
309 | files, rather than having to explicitly utilize the transitional |
310 | xxx64() interface calls to access large files. |
311 | |
312 | Two exceptions are fseek() and ftell(). 32-bit applications should |
313 | use fseeko(3C) and ftello(3C). These will get automatically mapped |
314 | to fseeko64() and ftello64(). |
315 | |
316 | The large file compilation environment is obtained with |
317 | |
318 | getconf LFS_CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 |
319 | getconf LFS_LDFLAGS # nothing special needed |
320 | getconf LFS_LIBS # nothing special needed |
321 | |
322 | By default, perl uses the large file compilation environment and |
323 | relies on Solaris to do the underlying mapping of interfaces. |
324 | |
325 | =head3 Building an LP64 Perl |
326 | |
b29a8fb9 |
327 | To compile a 64-bit application on an UltraSparc with a recent Sun Compiler, |
328 | you need to use the flag "-xarch=v9". getconf(1) will tell you this, e.g. |
d420ca49 |
329 | |
330 | fubar$ getconf -a | grep v9 |
331 | XBS5_LP64_OFF64_CFLAGS: -xarch=v9 |
332 | XBS5_LP64_OFF64_LDFLAGS: -xarch=v9 |
333 | XBS5_LP64_OFF64_LINTFLAGS: -xarch=v9 |
334 | XBS5_LPBIG_OFFBIG_CFLAGS: -xarch=v9 |
335 | XBS5_LPBIG_OFFBIG_LDFLAGS: -xarch=v9 |
336 | XBS5_LPBIG_OFFBIG_LINTFLAGS: -xarch=v9 |
337 | _XBS5_LP64_OFF64_CFLAGS: -xarch=v9 |
338 | _XBS5_LP64_OFF64_LDFLAGS: -xarch=v9 |
339 | _XBS5_LP64_OFF64_LINTFLAGS: -xarch=v9 |
340 | _XBS5_LPBIG_OFFBIG_CFLAGS: -xarch=v9 |
341 | _XBS5_LPBIG_OFFBIG_LDFLAGS: -xarch=v9 |
342 | _XBS5_LPBIG_OFFBIG_LINTFLAGS: -xarch=v9 |
343 | |
b29a8fb9 |
344 | This flag is supported in Sun WorkShop Compilers 5.0 and onwards |
345 | (now marketed under the name Forte) when used on Solaris 7 or later on |
346 | UltraSparc systems. |
2a5ccb22 |
347 | |
348 | If you are using gcc, you would need to use -mcpu=v9 -m64 instead. This |
349 | option is not yet supported as of gcc 2.95.2; from install/SPECIFIC |
350 | in that release: |
d420ca49 |
351 | |
2a5ccb22 |
352 | GCC version 2.95 is not able to compile code correctly for sparc64 |
353 | targets. Users of the Linux kernel, at least, can use the sparc32 |
354 | program to start up a new shell invocation with an environment that |
355 | causes configure to recognize (via uname -a) the system as sparc-*-* |
356 | instead. |
d420ca49 |
357 | |
358 | All this should be handled automatically by the hints file, if |
359 | requested. |
360 | |
d420ca49 |
361 | =head3 Long Doubles. |
362 | |
363 | As of 5.6.0, long doubles are not working. |
364 | |
a83b6f46 |
365 | =head2 Threads in Perl on Solaris. |
d420ca49 |
366 | |
367 | It is possible to build a threaded version of perl on Solaris. The entire |
368 | perl thread implementation is still experimental, however, so beware. |
369 | Perl uses the sched_yield(3RT) function. In versions of Solaris up |
370 | to 2.6, that function is in -lposix4. Starting with Solaris 7, it is |
371 | in -lrt. The hints file should handle adding this automatically. |
372 | |
a83b6f46 |
373 | =head2 Malloc Issues with Perl on Solaris. |
d420ca49 |
374 | |
83bd2f30 |
375 | Starting from Perl 5.7.1 Perl uses the Solaris malloc, since the perl |
376 | malloc breaks when dealing with more than 2GB of memory, and the Solaris |
377 | malloc also seems to be faster. |
378 | |
379 | If you for some reason (such as binary backward compatibility) really |
380 | need to use perl's malloc, you can rebuild Perl from the sources |
381 | and Configure the build with |
382 | |
383 | sh Configure -Dusemymalloc |
210b36aa |
384 | |
d420ca49 |
385 | You should not use perl's malloc if you are building with gcc. There |
386 | are reports of core dumps, especially in the PDL module. The problem |
387 | appears to go away under -DDEBUGGING, so it has been difficult to |
5511f325 |
388 | track down. Sun's compiler appears to be okay with or without perl's |
d420ca49 |
389 | malloc. [XXX further investigation is needed here.] |
390 | |
d420ca49 |
391 | =head1 MAKE PROBLEMS. |
392 | |
393 | =over 4 |
394 | |
395 | =item Dynamic Loading Problems With GNU as and GNU ld |
396 | |
397 | If you have problems with dynamic loading using gcc on SunOS or |
398 | Solaris, and you are using GNU as and GNU ld, see the section |
399 | L<"GNU as and GNU ld"> above. |
400 | |
401 | =item ld.so.1: ./perl: fatal: relocation error: |
402 | |
403 | If you get this message on SunOS or Solaris, and you're using gcc, |
404 | it's probably the GNU as or GNU ld problem in the previous item |
405 | L<"GNU as and GNU ld">. |
406 | |
407 | =item dlopen: stub interception failed |
408 | |
409 | The primary cause of the 'dlopen: stub interception failed' message is |
410 | that the LD_LIBRARY_PATH environment variable includes a directory |
411 | which is a symlink to /usr/lib (such as /lib). See |
412 | L<"LD_LIBRARY_PATH"> above. |
413 | |
414 | =item #error "No DATAMODEL_NATIVE specified" |
415 | |
416 | This is a common error when trying to build perl on Solaris 2.6 with a |
417 | gcc installation from Solaris 2.5 or 2.5.1. The Solaris header files |
418 | changed, so you need to update your gcc installation. You can either |
419 | rerun the fixincludes script from gcc or take the opportunity to |
420 | update your gcc installation. |
421 | |
422 | =item sh: ar: not found |
423 | |
424 | This is a message from your shell telling you that the command 'ar' |
425 | was not found. You need to check your PATH environment variable to |
426 | make sure that it includes the directory with the 'ar' command. This |
427 | is a common problem on Solaris, where 'ar' is in the /usr/ccs/bin/ |
428 | directory. |
429 | |
430 | =back |
431 | |
432 | =head1 MAKE TEST |
433 | |
a83b6f46 |
434 | =head2 op/stat.t test 4 in Solaris |
d420ca49 |
435 | |
436 | op/stat.t test 4 may fail if you are on a tmpfs of some sort. |
437 | Building in /tmp sometimes shows this behavior. The |
438 | test suite detects if you are building in /tmp, but it may not be able |
439 | to catch all tmpfs situations. |
440 | |
1081c3b9 |
441 | =head2 nss_delete core dump from op/pwent or op/grent |
442 | |
443 | See L<perlhpux/"nss_delete core dump from op/pwent or op/grent">. |
444 | |
a83b6f46 |
445 | =head1 PREBUILT BINARIES OF PERL FOR SOLARIS. |
d420ca49 |
446 | |
447 | You can pick up prebuilt binaries for Solaris from |
2a5ccb22 |
448 | L<http://www.sunfreeware.com/>, ActiveState L<http://www.activestate.com/>, |
449 | and L<http://www.perl.com/> under the Binaries list at the top of the page. |
d420ca49 |
450 | There are probably other sources as well. Please note that these sites |
451 | are under the control of their respective owners, not the perl developers. |
452 | |
a83b6f46 |
453 | =head1 RUNTIME ISSUES FOR PERL ON SOLARIS. |
d420ca49 |
454 | |
a83b6f46 |
455 | =head2 Limits on Numbers of Open Files on Solaris. |
d420ca49 |
456 | |
457 | The stdio(3C) manpage notes that only 255 files may be opened using |
458 | fopen(), and only file descriptors 0 through 255 can be used in a |
459 | stream. Since perl calls open() and then fdopen(3C) with the |
460 | resulting file descriptor, perl is limited to 255 simultaneous open |
461 | files. |
462 | |
463 | =head1 SOLARIS-SPECIFIC MODULES. |
464 | |
465 | See the modules under the Solaris:: namespace on CPAN, |
466 | L<http://www.cpan.org/modules/by-module/Solaris/>. |
467 | |
468 | =head1 SOLARIS-SPECIFIC PROBLEMS WITH MODULES. |
469 | |
a83b6f46 |
470 | =head2 Proc::ProcessTable on Solaris |
d420ca49 |
471 | |
472 | Proc::ProcessTable does not compile on Solaris with perl5.6.0 and higher |
473 | if you have LARGEFILES defined. Since largefile support is the |
474 | default in 5.6.0 and later, you have to take special steps to use this |
475 | module. |
476 | |
477 | The problem is that various structures visible via procfs use off_t, |
478 | and if you compile with largefile support these change from 32 bits to |
479 | 64 bits. Thus what you get back from procfs doesn't match up with |
480 | the structures in perl, resulting in garbage. See proc(4) for further |
481 | discussion. |
482 | |
483 | A fix for Proc::ProcessTable is to edit Makefile to |
484 | explicitly remove the largefile flags from the ones MakeMaker picks up |
485 | from Config.pm. This will result in Proc::ProcessTable being built |
2a5ccb22 |
486 | under the correct environment. Everything should then be OK as long as |
d420ca49 |
487 | Proc::ProcessTable doesn't try to share off_t's with the rest of perl, |
488 | or if it does they should be explicitly specified as off64_t. |
489 | |
5511f325 |
490 | =head2 BSD::Resource on Solaris |
d420ca49 |
491 | |
492 | BSD::Resource versions earlier than 1.09 do not compile on Solaris |
493 | with perl 5.6.0 and higher, for the same reasons as Proc::ProcessTable. |
494 | BSD::Resource versions starting from 1.09 have a workaround for the problem. |
495 | |
5511f325 |
496 | =head2 Net::SSLeay on Solaris |
2a5ccb22 |
497 | |
498 | Net::SSLeay requires a /dev/urandom to be present. This device is not |
499 | part of Solaris. You can either get the package SUNWski (packaged with |
500 | several Sun software products, for example the Sun WebServer, which is |
501 | part of the Solaris Server Intranet Extension, or the Sun Directory |
502 | Services, part of Solaris for ISPs) or download the ANDIrand package |
503 | from L<http://www.cosy.sbg.ac.at/~andi/>. If you use SUNWski, make a |
504 | symbolic link /dev/urandom pointing to /dev/random. |
505 | |
506 | It may be possible to use the Entropy Gathering Daemon (written in |
507 | Perl!), available from L<http://www.lothar.com/tech/crypto/>. |
508 | |
d420ca49 |
509 | =head1 AUTHOR |
510 | |
511 | The original was written by Andy Dougherty F<doughera@lafayette.edu> |
512 | drawing heavily on advice from Alan Burlison, Nick Ing-Simmons, Tim Bunce, |
513 | and many other Solaris users over the years. |
514 | |
515 | Please report any errors, updates, or suggestions to F<perlbug@perl.org>. |
516 | |
517 | =head1 LAST MODIFIED |
518 | |
b29a8fb9 |
519 | $Id: README.solaris,v 1.4 2000/11/11 20:29:58 doughera Exp $ |