HEX
Server: Apache
System: Linux server.hypertech-it.com 5.14.0-570.37.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Aug 26 10:33:12 EDT 2025 x86_64
User: national (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: //scripts/fixheaders
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/fixheaders                      Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use Cpanel::SysPkgs ();

my $syspkgobj = Cpanel::SysPkgs->new();
if ( !$syspkgobj ) { die print "Could not create SysPkgs object\n"; }
my @pkgs = ('glibc-devel');

$syspkgobj->install( 'pkglist' => \@pkgs );