BigBear Pharmaceutical Co., Ltd. is a distinguished chemical pharmaceutical company based in Laos. After two years of in-depth research and collaboration with investors and the Minister of Health, the company successfully established its state-of-the-art manufacturing facility in Vientiane, the capital of Laos. Construction of the facility began in 2020 and was completed in 2021. With a substantial investment in industrial upgrading, the factory was designed to meet international production standards, playing a pivotal role in addressing the longstanding shortage of healthcare services and essential medicines in Laos.
Lucius Pharmaceutical is focused on providing effective, safe, and reliable medications and services for patients all over the world. We have always believed in putting health first and prioritizing innovation, continually developing new drugs and improving treatment plans to meet the needs of patients globally.
As of June 2024, Lucius Pharmaceutical has approved the marketing of 54 anti-cancer drugs, including Sotorasib, Osimertinib, Cabozantinib, larotinib, Larotrectinib, Avatrombopag, Crizotinib, capmatinib, Lorlatinib, Capmatinib, Ivosidenib, and Gilteritinib, and more than 200 generic drug types.
With a global presence, Lucius Pharmaceutical has established strong partnerships in countries such as Thailand, Indonesia, Cambodia, Vietnam, the Philippines, Singapore, Brunei, Malaysia, Sri Lanka, Turkey, Japan, and China. Lucius Pharmaceuticals is dedicated to providing accessible and affordable medicines to people in need all over the world.
Lucius Pharmaceutical 专注于为世界各地的患者提供有效、安全和可靠的药物和服务。我们始终相信将健康放在首位,优先考虑创新,不断开发新药并改进治疗计划,以满足全球患者的需求。
hecking for libxml-2.0 >= 2.7.6… no configure: error: Package requirements (libxml-2.0 >= 2.7.6) were not met: No package ‘libxml-2.0’ found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables LIBXML_CFLAGS and LIBXML_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
configure: error: Package requirements (sqlite3 > 3.7.4) were not met: No package ‘sqlite3’ found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables SQLITE_CFLAGS and SQLITE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
apt-get install libsqlite3-dev
No package ‘oniguruma’ found
configure: error: Package requirements (oniguruma) were not met: No package ‘oniguruma’ found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables ONIG_CFLAGS and ONIG_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
一开始出现了Your PHP installation appears to be missing the MySQL extension which is required by WordPress.错误,是我们没有带上mysql的扩展--with-mysqli --with-pdo-mysql,以上编译时,我们已经带上了。
REPLACE INTO wp_postmeta (post_id, meta_key, meta_value)
SELECT
id,
'_wp_page_template',
'single-with-sidebar'
FROM
wp_posts
WHERE
post_status = 'publish'
AND post_parent = 0
AND post_type = 'post';