Hi Team,
Our application is packaged as RPM and qualified to run in both RHEL and SUSE platforms. It has a dependency for perl LDAP module and hence in our application RPM spec file we specify perl-LDAP in "Requires" section since the earlier SUSE and RHEL releases we had it as follows, perl-LDAP-0.40-2.el6.noarch In the recent days, while we are qualifying our application for SUSE15 platform, we see that perl LDAP module is available in the following naming convention due to which our "Requires" section is failing, perl-ldap-0.65-bp150.2.4.x86_64 Even in the following link we see 2 naming (upper case and lower case LDAP) https://rpmfind.net/linux/rpm2html/search.php?query=perl(Net%3A%3ALDAP) RPM resource perl(Net::LDAP)<https://rpmfind.net/linux/rpm2html/search.php?query=perl(Net%3A%3ALDAP)> rpmfind.net The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm ... We would like to clarify if there is any naming convention changes in the perl LDAP module based on the various Linux flavors. Regards, Nomalatha A